~dricottone/huttese-apk

aa6f3c7ecc47dc68e60aa879737184a947570986 — Drew DeVault 2 years ago 00c563e
sr.ht-nginx: upgrade
1 files changed, 3 insertions(+), 2 deletions(-)

M sr.ht/sr.ht-nginx/APKBUILD
M sr.ht/sr.ht-nginx/APKBUILD => sr.ht/sr.ht-nginx/APKBUILD +3 -2
@@ 1,7 1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sr.ht-nginx
pkgver=0_git20220214
_commit=305e2a56cfa8d755a22cd6d9f31863bd7a5e8ebc
_commit=5300cf2efaf1f59cb82710ba3f81b1fdb332614c
pkgrel=0
pkgdesc="sr.ht common nginx files"
url="https://git.sr.ht/~sircmpwn/sr.ht-nginx"


@@ 22,6 22,7 @@ build() {
package() {
	mkdir -p "$pkgdir"/etc/nginx
	install -Dm644 graphql.conf "$pkgdir"/etc/nginx/graphql.conf
	install -Dm644 headers.conf "$pkgdir"/etc/nginx/headers.conf
	install -Dm644 nginx.conf "$pkgdir"/etc/nginx/nginx.conf
	install -Dm644 port443.conf "$pkgdir"/etc/nginx/port443.conf
	install -Dm644 port80.conf "$pkgdir"/etc/nginx/port80.conf


@@ 33,5 34,5 @@ package() {
}

sha512sums="
a4bd10d1f53b7b1bedd2d76841f860a0b7f057829e0f351b21d5639b52fdff5253cd25ab661e7f966cdfad08c145246b129510a0578f19b5228a09c837c9ae79  305e2a56cfa8d755a22cd6d9f31863bd7a5e8ebc.tar.gz
081921925b2cffb00a36dff202645d35490cf1c8a1f663d6e6c7337854cc003601706bb82c12085290bef13782fdb798b58adff4f18d27ac8a4a834f6e01b825  5300cf2efaf1f59cb82710ba3f81b1fdb332614c.tar.gz
"