summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2610b3fe325..1d34cd7cc24b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 23.1.1
+ pkgver = 23.1.2
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -11,9 +11,9 @@ pkgbase = smartgit
depends = which
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-23_1_1.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-23_1_2.tar.gz
source = smartgit.desktop
- sha256sums = 2d707e3b2980a498cbe1b80e67c55f775f778d91d56d0e86db39ab1cd13f3899
+ sha256sums = 8177c79913d486cf2cec840884dd2f432c7c3692eb4b6f2e7cd35838c038017c
sha256sums = bb5665e9c93640b311dbe8b633da65e3c72a712a3dc9655c3274a3542a688a32
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index b3a68ff81fb3..372c8486b245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=23.1.1
+pkgver=23.1.2
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")
-sha256sums=('2d707e3b2980a498cbe1b80e67c55f775f778d91d56d0e86db39ab1cd13f3899'
+sha256sums=('8177c79913d486cf2cec840884dd2f432c7c3692eb4b6f2e7cd35838c038017c'
'bb5665e9c93640b311dbe8b633da65e3c72a712a3dc9655c3274a3542a688a32')
package() {