summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-06-14 01:18:44 +0200
committerMartchus2020-06-14 01:18:44 +0200
commitc1be9ccdf1fea592afd72af0694518c0c9e1d807 (patch)
tree3ca8fb002a32750c3c1d79995cb46d8c1d2cbf0e
parent312d5b76db7b2f4ca02656cbf6f84c73de616e87 (diff)
downloadaur-c1be9ccdf1fea592afd72af0694518c0c9e1d807.tar.gz
Update to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f6b678262a..3c777b2806ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = baikal
pkgdesc = Lightweight CalDAV+CardDAV server
- pkgver = 0.7.0
+ pkgver = 0.7.1
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.7.0/baikal-0.7.0.zip
+ source = https://github.com/fruux/Baikal/releases/download/0.7.1/baikal-0.7.1.zip
source = baikal.install
- sha1sums = 5d241976c791b8f8b27cfb1569133f9aa36c56c1
+ sha1sums = de7dfc936db5fe1653f5d3f87420943be4ee39e7
sha1sums = deb948e61c3cd8d6ad560321f78c0b288f7a6210
pkgname = baikal
diff --git a/PKGBUILD b/PKGBUILD
index 82fbe2ec97e4..878e3ad4337f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=baikal
-pkgver=0.7.0
+pkgver=0.7.1
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=('5d241976c791b8f8b27cfb1569133f9aa36c56c1'
+sha1sums=('de7dfc936db5fe1653f5d3f87420943be4ee39e7'
'deb948e61c3cd8d6ad560321f78c0b288f7a6210')
options=('!strip')
install=baikal.install