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 6a74ace4b21a..ce74e76ff1f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 18.1.2
+ pkgver = 18.1.3
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-18_1_2.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-18_1_3.tar.gz
source = smartgit.desktop
- sha1sums = d73da7d4cc98de2ad54326f3a112927b904344c1
+ sha1sums = e742787cf60bda84fedc8c7d721f63f03f32312c
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index ba3f03f01417..8ee8e7f94f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=18.1.2
+pkgver=18.1.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=('d73da7d4cc98de2ad54326f3a112927b904344c1'
+sha1sums=('e742787cf60bda84fedc8c7d721f63f03f32312c'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {