summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-03-26 15:35:45 +0100
committerMartchus2022-03-26 15:35:45 +0100
commite4652c3b2e633d7be7ab7b3691979ed6ea77a594 (patch)
tree9f227961b9f145724bcdea978a6b54c0434cd8a8
parent499c14cfc804da56cf726b45bbb3ddee384a50d0 (diff)
downloadaur-e4652c3b2e633d7be7ab7b3691979ed6ea77a594.tar.gz
Update to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4c13c323db..bb92a878a87d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = baikal
pkgdesc = Lightweight CalDAV+CardDAV server
- pkgver = 0.9.1
+ pkgver = 0.9.2
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.9.1/baikal-0.9.1.zip
+ source = https://github.com/fruux/Baikal/releases/download/0.9.2/baikal-0.9.2.zip
source = baikal.install
- sha1sums = 7ec86637d3ab101a35ea8e6f7ceb49112e1e46e2
+ sha1sums = 67b8c10e7d6d2ae6d331896c3f76314fe6ed33dd
sha1sums = deb948e61c3cd8d6ad560321f78c0b288f7a6210
pkgname = baikal
diff --git a/PKGBUILD b/PKGBUILD
index c297b883fe33..db1ec9f012e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=baikal
-pkgver=0.9.1
+pkgver=0.9.2
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=('7ec86637d3ab101a35ea8e6f7ceb49112e1e46e2'
+sha1sums=('67b8c10e7d6d2ae6d331896c3f76314fe6ed33dd'
'deb948e61c3cd8d6ad560321f78c0b288f7a6210')
options=('!strip')
install=baikal.install