summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2021-08-11 14:55:07 +0200
committerAlexey Stukalov2021-08-11 14:55:07 +0200
commit978360107db9658ad91fef74ff8b90454911d999 (patch)
treecbc6453334e0eb2479810397bab823c9478470bc
parent6ee10e5062c0859f5fdc478eba54bd258b1c4444 (diff)
downloadaur-978360107db9658ad91fef74ff8b90454911d999.tar.gz
update to 21.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7524a182bf4d..786dd8ca4ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 21.1.0
+ pkgver = 21.1.1
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-21_1_0.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-21_1_1.tar.gz
source = smartgit.desktop
- sha1sums = 45112b40ebb3fe559db21ed33a246c019a79d936
+ sha1sums = 00433e5862c73217e664e1c21c7ae8fef3756e3f
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index dcba452a6c05..e8eca2b23833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=21.1.0
+pkgver=21.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=('45112b40ebb3fe559db21ed33a246c019a79d936'
+sha1sums=('00433e5862c73217e664e1c21c7ae8fef3756e3f'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {