summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2020-03-19 11:46:09 +0100
committerAlexey Stukalov2020-03-19 11:46:09 +0100
commitb1cf0d97cbb3771ef929253d22a285bdd165cb00 (patch)
tree190c804562cd1bc3cb4b0c080788e91cd856731a
parent849bd1c2f4161ee44fa6912b087da917cad16130 (diff)
downloadaur-b1cf0d97cbb3771ef929253d22a285bdd165cb00.tar.gz
update to 20.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c24df15bd149..3265044618b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 19.1.7
+ pkgver = 20.1.0
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -11,9 +11,9 @@ pkgbase = smartgit
depends = gtk2
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-19_1_7.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_1_0.tar.gz
source = smartgit.desktop
- sha1sums = b099d0d5121b3c22db8648479b34c8b17dcbe2bb
+ sha1sums = 7d76400c7a24913ea35051189a2a32e42fc868be
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index b201315a2bf5..405c0714460c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=19.1.7
+pkgver=20.1.0
pkgrel=1
pkgdesc='Git client with Hg and SVN support.'
arch=('any')
@@ -18,7 +18,7 @@ _pkgver=${pkgver//\./_}
_pkgfolder=${pkgname}
source=("https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz"
"${pkgname}.desktop")
-sha1sums=('b099d0d5121b3c22db8648479b34c8b17dcbe2bb'
+sha1sums=('7d76400c7a24913ea35051189a2a32e42fc868be'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {