summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2019-08-13 11:27:27 +0200
committerAlexey Stukalov2019-08-13 11:27:27 +0200
commitcc81919a0a7042b6ed75d242e83dbd162e826804 (patch)
treed706a8940897db17bc81e32a5d317b88ff85ac68
parent86fbd229a611ffd735b842dfb6833eec1f3d5f17 (diff)
downloadaur-cc81919a0a7042b6ed75d242e83dbd162e826804.tar.gz
update to 19.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d42e07240c65..c4b1ba660d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 19.1.0
+ pkgver = 19.1.1
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_0.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-19_1_1.tar.gz
source = smartgit.desktop
- sha1sums = 59a511ef8563679c7c7cc6f7f692f11ee61da203
+ sha1sums = 9c1fae4a4701f01aa3d9536668bcf69b88b26c28
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 8e250b235f05..6fdab93aa9c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=19.1.0
+pkgver=19.1.1
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=('59a511ef8563679c7c7cc6f7f692f11ee61da203'
+sha1sums=('9c1fae4a4701f01aa3d9536668bcf69b88b26c28'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {