summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2019-05-27 11:54:39 +0200
committerFlorian Bruhin2019-05-27 11:54:39 +0200
commit18fedf3e3c4577d9766068d466bba6b611535117 (patch)
treeedfdef0b5ea674ff24e98f66a8d706b86514ca05
parentecde95ed27c293605b46b17d27df15ed93fac64c (diff)
downloadaur-18fedf3e3c4577d9766068d466bba6b611535117.tar.gz
Upgrade to 0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d171229e4123..c7d342a6a29b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = baikal
pkgdesc = Lightweight CalDAV+CardDAV server
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = http://sabre.io/baikal/
install = baikal.install
@@ -11,9 +11,9 @@ pkgbase = baikal
optdepends = mariadb: Alternate database
optdepends = php-sqlite: To use the sqlite backend
options = !strip
- source = https://github.com/fruux/Baikal/releases/download/0.5.2/baikal-0.5.2.zip
+ source = https://github.com/fruux/Baikal/releases/download/0.5.3/baikal-0.5.3.zip
source = baikal.install
- sha1sums = 58c241be61889589395b207ff2187656ff3a9691
+ sha1sums = 01a3fd2c15a4adf3eb579e9d2aea414649a4db87
sha1sums = deb948e61c3cd8d6ad560321f78c0b288f7a6210
pkgname = baikal
diff --git a/PKGBUILD b/PKGBUILD
index efb0edd8aca9..840b34fcb157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: ft=sh
pkgname=baikal
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Lightweight CalDAV+CardDAV server"
url="http://sabre.io/baikal/"
@@ -12,7 +12,7 @@ depends=('php')
optdepends=('sqlite: Database' 'mariadb: Alternate database' 'php-sqlite: To use the sqlite backend')
source=("https://github.com/fruux/Baikal/releases/download/$pkgver/baikal-$pkgver.zip"
'baikal.install')
-sha1sums=('58c241be61889589395b207ff2187656ff3a9691'
+sha1sums=('01a3fd2c15a4adf3eb579e9d2aea414649a4db87'
'deb948e61c3cd8d6ad560321f78c0b288f7a6210')
options=('!strip')
install=baikal.install