summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 312fa7b6fa12..86ef809f71d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 20.2.2
+ pkgver = 20.2.3
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -10,9 +10,9 @@ pkgbase = smartgit
depends = gtk3
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_2_2.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_2_3.tar.gz
source = smartgit.desktop
- sha1sums = 27516af0f5c77b33e325ddcd8f11eda32701dd39
+ sha1sums = 38ff7536c41af01a938d957676070160eafa83cf
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index d58ea14ec2d4..0ba807bc60bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=20.2.2
+pkgver=20.2.3
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=('27516af0f5c77b33e325ddcd8f11eda32701dd39'
+sha1sums=('38ff7536c41af01a938d957676070160eafa83cf'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {