summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2020-05-10 16:49:10 +0200
committerAlexey Stukalov2020-05-10 16:49:10 +0200
commit3ba1702f47477383d34ae9e3ebb7763c043ae546 (patch)
tree28dfaee50a67a77c1423c52e7577c33d0b5324b1
parent0665940ccea4924e3f49b21c962b43e29cfa410f (diff)
downloadaur-3ba1702f47477383d34ae9e3ebb7763c043ae546.tar.gz
update to 20.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7508f158ebd9..37fcd33383eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 20.1.1
+ pkgver = 20.1.2
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-20_1_1.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_1_2.tar.gz
source = smartgit.desktop
- sha1sums = fd39b9b547c932ef39752b98c3c8d25cddce8f0c
+ sha1sums = 7020478140edce7e425c7a93f7d61c04a56e15c5
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index c28333638322..f9ccea45a0ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=20.1.1
+pkgver=20.1.2
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=('fd39b9b547c932ef39752b98c3c8d25cddce8f0c'
+sha1sums=('7020478140edce7e425c7a93f7d61c04a56e15c5'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {