summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2018-12-02 14:04:21 +0100
committerAlexey Stukalov2018-12-02 14:04:21 +0100
commit62b6e8dd55a5673d5e24d7c9327818ddb3cc65f0 (patch)
tree0f99cc1fa83d0eb76ca3e380ea209cfa77cc9af8
parent44ffeaa16768d3a5d5f33b7ba47ea7675302b2f7 (diff)
downloadaur-62b6e8dd55a5673d5e24d7c9327818ddb3cc65f0.tar.gz
update to 18.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9df4448a0c2..be5deb8548ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 18.1.5
+ pkgver = 18.2.0
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_5.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-18_2_0.tar.gz
source = smartgit.desktop
- sha1sums = 0be8b13cabefc226c959ad014841949f748cd24e
+ sha1sums = 1d9ff909eeacc391196024990ae1f06ea521fe05
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 6003debdf25a..0350f054e448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=18.1.5
+pkgver=18.2.0
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=('0be8b13cabefc226c959ad014841949f748cd24e'
+sha1sums=('1d9ff909eeacc391196024990ae1f06ea521fe05'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {