summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2021-07-12 12:07:41 +0200
committerAlexey Stukalov2021-07-12 12:10:38 +0200
commit6ee10e5062c0859f5fdc478eba54bd258b1c4444 (patch)
tree80e2df12d35fc6aaccffbb7ea1179db53cc2ae2d
parent372d3f5b998e9fb970cfe2ff8bac5c2dba769f72 (diff)
downloadaur-6ee10e5062c0859f5fdc478eba54bd258b1c4444.tar.gz
upgrade to 21.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a5e9361b20..7524a182bf4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 20.2.5
+ pkgver = 21.1.0
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -10,10 +10,9 @@ pkgbase = smartgit
depends = gtk3
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_2_5.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-21_1_0.tar.gz
source = smartgit.desktop
- sha1sums = d438eed1929fb46dc37d4d4df907afa335956a2c
+ sha1sums = 45112b40ebb3fe559db21ed33a246c019a79d936
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
-
diff --git a/PKGBUILD b/PKGBUILD
index 58e5bb4c2bba..dcba452a6c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=20.2.5
+pkgver=21.1.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=('d438eed1929fb46dc37d4d4df907afa335956a2c'
+sha1sums=('45112b40ebb3fe559db21ed33a246c019a79d936'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {