summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2020-03-24 19:07:43 +0100
committerMarius Lindvall2020-03-24 19:07:43 +0100
commitc26fe0dbe9c436024573d29dec5ca4e85b6d8600 (patch)
tree1ee8ed1dca51fadbfe9a56a45dacc028bf065995
parent020c06c5294f27d808306b097196d88672612028 (diff)
downloadaur-c26fe0dbe9c436024573d29dec5ca4e85b6d8600.tar.gz
Update to v1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4acafead4a06..c792ed546027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hauk-server
pkgdesc = PHP backend for Hauk, a self-hosted real-time location sharing app
- pkgver = 1.6
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://github.com/bilde2910/Hauk
install = hauk-server.install
arch = any
@@ -12,10 +12,10 @@ pkgbase = hauk-server
optdepends = php-ldap: user authentication against LDAP
options = !strip
backup = etc/hauk/config.php
- source = https://github.com/bilde2910/Hauk/archive/v1.6.tar.gz
+ source = https://github.com/bilde2910/Hauk/archive/v1.6.1.tar.gz
source = apache-example.conf
source = nginx-example.conf
- sha256sums = 5d8bc17bf2b51d6745fd1234a6a3ce9d1937eae23c575875dbe804741a463c81
+ sha256sums = 53372c074ed41c54f09e72db71959f6b397f7e4145528f3f06d471d4569b12b7
sha256sums = e20c609c08732ca47f198e7a247e2b3c95ffd66d3d71d00fe0351a6ebbf74915
sha256sums = 9777798bf9ffd4ec65fcb0dfcc2aab26d9288a6ae9e7cec410c210b5e001b440
diff --git a/PKGBUILD b/PKGBUILD
index 7e6d509bc084..efff8520c5a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <marius {cat} varden {dog} info>
pkgname=hauk-server
-pkgver=1.6
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
pkgdesc="PHP backend for Hauk, a self-hosted real-time location sharing app"
arch=('any')
url="https://github.com/bilde2910/Hauk"
@@ -15,7 +15,7 @@ install="${pkgname}.install"
source=("https://github.com/bilde2910/Hauk/archive/v${pkgver}.tar.gz"
"apache-example.conf"
"nginx-example.conf")
-sha256sums=('5d8bc17bf2b51d6745fd1234a6a3ce9d1937eae23c575875dbe804741a463c81'
+sha256sums=('53372c074ed41c54f09e72db71959f6b397f7e4145528f3f06d471d4569b12b7'
'e20c609c08732ca47f198e7a247e2b3c95ffd66d3d71d00fe0351a6ebbf74915'
'9777798bf9ffd4ec65fcb0dfcc2aab26d9288a6ae9e7cec410c210b5e001b440')
options=(!strip)