summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-08 13:01:46 +0100
committerMartchus2022-01-08 13:01:46 +0100
commit76b85c2c058b0253fe1bfaab56888541d4f87592 (patch)
tree51a33ffd101afcb18e0f4c42afe3f6b230c63abd
parent2db1a4d7fd9823bd9f76d10834a4e7b725311133 (diff)
downloadaur-76b85c2c058b0253fe1bfaab56888541d4f87592.tar.gz
Update to 0.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8de8c1db44f..52dbc93798bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = baikal
pkgdesc = Lightweight CalDAV+CardDAV server
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = http://sabre.io/baikal/
install = baikal.install
@@ -11,10 +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.8.0/baikal-0.8.0.zip
+ source = https://github.com/fruux/Baikal/releases/download/0.9.0/baikal-0.9.0.zip
source = baikal.install
- sha1sums = a3a9975e809f301e856b037ae56e21c77a9e99e3
+ sha1sums = c7fe67cf81190ee3ea0b480f481f44fff5dd1bac
sha1sums = deb948e61c3cd8d6ad560321f78c0b288f7a6210
pkgname = baikal
-
diff --git a/PKGBUILD b/PKGBUILD
index 2e0387cefd39..525b9e4f9800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=baikal
-pkgver=0.8.0
+pkgver=0.9.0
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=('a3a9975e809f301e856b037ae56e21c77a9e99e3'
+sha1sums=('c7fe67cf81190ee3ea0b480f481f44fff5dd1bac'
'deb948e61c3cd8d6ad560321f78c0b288f7a6210')
options=('!strip')
install=baikal.install