summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3653500954..bc1e39fda7dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 9 20:56:28 UTC 2017
+# Sat Feb 3 13:26:43 UTC 2018
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 17.1.3
+ pkgver = 17.1.4
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -14,9 +14,9 @@ pkgbase = smartgit
depends = gtk2
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-17_1_3.tar.gz
+ source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-17_1_4.tar.gz
source = smartgit.desktop
- sha1sums = db646cf47a7f8bca0dabb0cd5f635a2053b21fd7
+ sha1sums = 8b8538769b7f49d8bc924a771b7ccf6aabaf0c11
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 581818209ab0..3666c46d1796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
-pkgver=17.1.3
+pkgver=17.1.4
pkgrel=1
pkgdesc="Git client with Hg and SVN support."
arch=("any")
@@ -16,7 +16,7 @@ _pkgver=${pkgver//\./_}
_pkgfolder=${pkgname}
source=(https://www.syntevo.com/static/smart/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
-sha1sums=('db646cf47a7f8bca0dabb0cd5f635a2053b21fd7'
+sha1sums=('8b8538769b7f49d8bc924a771b7ccf6aabaf0c11'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {