summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Mogas da Silva2018-06-01 08:38:14 +0100
committerCarlos Mogas da Silva2018-06-01 08:38:14 +0100
commit77b7907237c1938795c0805b54108aec50126772 (patch)
tree8c0e9a5e1817aa0261cba574e4807ff28bf44f2d
parent6ec0b01d4e924630ceab7cca53ff1511d2bb3f5d (diff)
downloadaur-77b7907237c1938795c0805b54108aec50126772.tar.gz
Version bump to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0959387ebe..fbe041a2e6c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mxisd
pkgdesc = Federated Matrix Identity Server Daemon
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/kamax-io/mxisd
install = mxisd.install
@@ -9,10 +9,10 @@ pkgbase = mxisd
makedepends = gradle
makedepends = java-environment>=8
depends = java-runtime>=8
- source = https://github.com/kamax-io/mxisd/archive/v1.0.1.tar.gz
+ source = https://github.com/kamax-io/mxisd/archive/v1.1.0.tar.gz
source = mxisd
source = mxisd.tmpfiles
- sha256sums = b673d18cbeccca927dab7e9298b9aa518c662d6bebb9a5b954bbca3cfab7f0c8
+ sha256sums = 3f9f5e817ee834eb6c104d40c685a4048661ec93eeda23d235e44a1ec1fe08fc
sha256sums = d8293f3f6ab2b53840a875cd8af035b7d15b3e2fcc643c3faa9000e6dd1fa449
sha256sums = daee6519e67f65e8ec836f80b5853f669ba46e3378b6e29e34550bd136baf718
diff --git a/PKGBUILD b/PKGBUILD
index 421be8748bcf..5ed47e760241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Mogas da Silva <r3pek@r3pek.org>
pkgname=mxisd
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Federated Matrix Identity Server Daemon"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('gradle' 'java-environment>=8')
source=("https://github.com/kamax-io/${pkgname}/archive/v${pkgver}.tar.gz"
"mxisd"
"mxisd.tmpfiles")
-sha256sums=('b673d18cbeccca927dab7e9298b9aa518c662d6bebb9a5b954bbca3cfab7f0c8'
+sha256sums=('3f9f5e817ee834eb6c104d40c685a4048661ec93eeda23d235e44a1ec1fe08fc'
'd8293f3f6ab2b53840a875cd8af035b7d15b3e2fcc643c3faa9000e6dd1fa449'
'daee6519e67f65e8ec836f80b5853f669ba46e3378b6e29e34550bd136baf718')
install='mxisd.install'
@@ -45,5 +45,5 @@ package() {
# Systemd
install -dm 755 "${pkgdir}"/usr/lib/{systemd/system,tmpfiles.d}
install -m 644 src/systemd/mxisd.service "${pkgdir}"/usr/lib/systemd/system/mxisd.service
- install -m 644 "${srcdir}"/mxisd.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/mxisd.conf
+ install -m 644 "${srcdir}"/mxisd.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/mxisd.conf
}