summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarius Lindvall2020-01-04 22:10:38 +0100
committerMarius Lindvall2020-01-04 22:10:38 +0100
commit020c06c5294f27d808306b097196d88672612028 (patch)
treebf2901545253c30fbdf8340c4b4c2f00c4cdbf60 /PKGBUILD
parent27978115dda8e36fcbdbe9b4c61200455b04170c (diff)
downloadaur-020c06c5294f27d808306b097196d88672612028.tar.gz
Fixed example config hashes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 771ba897d4b3..7e6d509bc084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <marius {cat} varden {dog} info>
pkgname=hauk-server
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="PHP backend for Hauk, a self-hosted real-time location sharing app"
arch=('any')
url="https://github.com/bilde2910/Hauk"
@@ -16,8 +16,8 @@ source=("https://github.com/bilde2910/Hauk/archive/v${pkgver}.tar.gz"
"apache-example.conf"
"nginx-example.conf")
sha256sums=('5d8bc17bf2b51d6745fd1234a6a3ce9d1937eae23c575875dbe804741a463c81'
- '44eb91f5c8f5b20bcb6105b06c0f6b7a7b7a2b54a91a2dc9abbc993a6d410bca'
- 'b48e1dc0519d0359936da330d8478cb4102f53553d7825844196fe0962df61bd')
+ 'e20c609c08732ca47f198e7a247e2b3c95ffd66d3d71d00fe0351a6ebbf74915'
+ '9777798bf9ffd4ec65fcb0dfcc2aab26d9288a6ae9e7cec410c210b5e001b440')
options=(!strip)
backup=("etc/hauk/config.php")