summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph R. Quinn2023-08-28 11:30:15 -0400
committerJoseph R. Quinn2023-08-28 11:30:15 -0400
commit13774bba5a98daca926da7c078134885175d250a (patch)
treeb0c54343e075174447ac43fbee69ef08438b43da /PKGBUILD
parentcf58dd52fc3f5b447de4e7d3df93ac00acd16e7e (diff)
downloadaur-nginx-h5bp-server-configs.tar.gz
Updating to v5.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e25edae90c5e..cfc1e65c4d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nginx-h5bp-server-configs
_pkgname=server-configs-nginx
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="Nginx HTTP server boilerplate configs"
arch=('any')
@@ -13,7 +13,7 @@ depends=('nginx')
provides=("$pkgname")
install='.install'
source=("https://github.com/h5bp/$_pkgname/archive/$pkgver.tar.gz")
-b2sums=('f637110f88a7e599eb1eb9494f9a699b1e963297161f90710c2a70e2ad483ff86601b274139a9741c4f136d2dfb9966991891b2358777c8eeabcba1201622545')
+b2sums=('883c5c6d7a40a57f6c0bb8a630157bbd6fee4e79962eaee2d45a4e83ab13947e3aa9d577d6d31661011b835e2bd9580f54b75e34466d2eb0be6fdbc3b0464810')
prepare() {
cd "$_pkgname-$pkgver"