summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRene Peinthor2018-04-05 16:22:45 +0200
committerRene Peinthor2018-04-05 16:22:45 +0200
commit5e8803731af15f000efcc0b91a4071c217329652 (patch)
tree1ff3c3e5943dc1c7b4e5e762d0031667fd1af648 /PKGBUILD
parent9c3f2ee9182acc9534581b8efa2fa55e0370b70f (diff)
downloadaur-5e8803731af15f000efcc0b91a4071c217329652.tar.gz
update to 9.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd5daa2cfaca..d3df5e35c070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Rene Peinthor <peinthor@gmail.com>
pkgname=smartsvn
-pkgver=9.2.2
-_pkgver=9_2_2
+pkgver=9.2.3
+_pkgver=9_2_3
pkgrel=1
pkgdesc="A Subversion(SVN) GUI client written in Java"
arch=("any")
@@ -10,12 +10,12 @@ license=('custom')
depends=("java-runtime" "desktop-file-utils" "sh")
makedepends=()
provides=(smartsvn=$pkgver)
-source=(smartsvn.desktop http://www.smartsvn.com/static/svn/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz)
+source=(smartsvn.desktop https://www.smartsvn.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz)
install="smartsvn.install"
backup=('opt/smartsvn/bin/smartsvn.sh') # might contain changes to max heap size and vmoptions
sha1sums=(
'0088ddbbc7c678233c4153dae1cdb052115bcb69'
-'18dce966fe29008bfb8f1095cefe3c59f9b7002c'
+'79242410c7f14138d389e9a539b9344b351ac61f'
)