summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2020-03-28 10:53:49 +0100
committerJosef Vybíhal2020-03-28 10:53:49 +0100
commit40861a4956f931bafab07463897ab4fded8249e0 (patch)
tree2a2856af800bd70cce70162a703bfa47fdbf6bf8
parenta0be6fc27b750af28daf118bc464a90338717c84 (diff)
downloadaur-40861a4956f931bafab07463897ab4fded8249e0.tar.gz
gSTM v1.3.4 released on Nov 3, 2019
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fbac8cfece8..8a5b447ea716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gstm
pkgdesc = Gnome SSH Tunnel Manager - Gtk3 Edition
- pkgver = 1.3.3
- pkgrel = 5
+ pkgver = 1.3.4
+ pkgrel = 1
url = https://github.com/dallenwilson/gstm
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = gstm
provides = gstm
conflicts = gstm-git
conflicts = gstm-gtk2
- source = https://github.com/dallenwilson/gstm/releases/download/1.3.3/gstm-1.3.3.tar.gz
- sha256sums = 84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a
+ source = https://github.com/dallenwilson/gstm/releases/download/1.3.4/gstm-1.3.4.tar.gz
+ sha256sums = 9d0428f5573a44de8355bafa283360bc233bff0dcc2f3a72a8dd3efc5c986b0b
pkgname = gstm
diff --git a/PKGBUILD b/PKGBUILD
index ea4f69b6991e..6ac7318506ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gstm
-pkgver=1.3.3
-pkgrel=5
+pkgver=1.3.4
+pkgrel=1
pkgdesc="Gnome SSH Tunnel Manager - Gtk3 Edition"
arch=('i686' 'x86_64')
url="https://github.com/dallenwilson/gstm"
@@ -19,7 +19,7 @@ makedepends=('intltool')
conflicts=('gstm-git' 'gstm-gtk2')
provides=('gstm')
source=(https://github.com/dallenwilson/gstm/releases/download/${pkgver}/gstm-${pkgver}.tar.gz)
-sha256sums=('84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a')
+sha256sums=('9d0428f5573a44de8355bafa283360bc233bff0dcc2f3a72a8dd3efc5c986b0b')
build() {
cd ${srcdir}/gstm-${pkgver}