summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Born2020-07-21 11:19:43 +0200
committerAndreas Born2020-07-21 11:19:43 +0200
commit3d883297b2726191b5fa6e4e87751f80f2c382a6 (patch)
tree1a0c142c4160523e78bcc302ab19d067554dc363
parent36a6032f32278821654de246b03473b6fc9c6094 (diff)
downloadaur-3d883297b2726191b5fa6e4e87751f80f2c382a6.tar.gz
Bump version to 15.4.100
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3930bbde6444..3ae38b851841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lrz-syncshare
pkgdesc = Sync client for the LRZ Sync+Share service
- pkgver = 15.1.100
+ pkgver = 15.4.100
pkgrel = 1
url = https://syncandshare.lrz.de/
arch = any
@@ -9,8 +9,8 @@ pkgbase = lrz-syncshare
depends = hicolor-icon-theme
depends = jre8
depends = xdg-utils
- source = LRZ_Sync_Share_15.1.100_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz
- sha256sums = 345494a6513c052dbd1061e278b645f5b211b01952cd5336141231899266c238
+ source = LRZ_Sync_Share_15.4.100_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz
+ sha256sums = c78239a3e3894d762b48dd62bb0c86e0dc11da0cf42384e53da0da5ebfeed37e
pkgname = lrz-syncshare
diff --git a/PKGBUILD b/PKGBUILD
index b243cc56e603..256a0b7a5287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Born <futur[DOT]andy[AT]googlemail[DOT]com>
pkgname=lrz-syncshare
-pkgver=15.1.100
+pkgver=15.4.100
pkgrel=1
pkgdesc="Sync client for the LRZ Sync+Share service"
url='https://syncandshare.lrz.de/'
@@ -10,7 +10,7 @@ license=('custom')
#depends=('desktop-file-utils' 'hicolor-icon-theme' 'jre>8u' 'jre<9' 'xdg-utils')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'jre8' 'xdg-utils')
source=("LRZ_Sync_Share_${pkgver}_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz")
-sha256sums=('345494a6513c052dbd1061e278b645f5b211b01952cd5336141231899266c238')
+sha256sums=('c78239a3e3894d762b48dd62bb0c86e0dc11da0cf42384e53da0da5ebfeed37e')
pkgver() {
cat "${srcdir}/LRZ_Sync_Share/VERSION" | sed -e 's/\s*$//'