summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2020-12-16 08:41:10 +0100
committerJosef Vybíhal2020-12-16 08:41:10 +0100
commite43a0fadc0c8713c61c34ac05864aaf2071a90f1 (patch)
tree2047a0b72eedb310f180e5f51b087ae6952bf783
parent29bd24124fc86e7a95570104cad043507d143e15 (diff)
downloadaur-e43a0fadc0c8713c61c34ac05864aaf2071a90f1.tar.gz
Release 1.3.7
Switched from GtkStatusIcon to AppIndicator for the docklet menu. Various UI Improvements: Tooltips for everything in the tunnel properties window. ~/.ssh/config is scanned to compile a list of preset hosts. Private key field expanded to better show a file path, and a 'Locate Key' button has been added. Statusbar in main window now shows the entire ssh command string used to launch the tunnel, to aid in debugging. Port forwarding window now allows a bind_address to be specified. Bugfixes: Fixed compiling with -fno-common (the new default with GCC10). Plugged multiple memory leaks identified by valgrind. https://github.com/dallenwilson/gstm/releases
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa80af275f06..92e8234abcc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gstm
pkgdesc = Gnome SSH Tunnel Manager - Gtk3 Edition
- pkgver = 1.3.6
+ pkgver = 1.3.7
pkgrel = 1
url = https://github.com/dallenwilson/gstm
arch = i686
@@ -15,8 +15,8 @@ pkgbase = gstm
provides = gstm
conflicts = gstm-git
conflicts = gstm-gtk2
- source = git+https://github.com/dallenwilson/gstm.git#commit=75d363138f3ba092e2d6a0464eaab33b2009ee90
- sha256sums = SKIP
+ source = https://github.com/dallenwilson/gstm/releases/download/1.3.7/gstm-1.3.7.tar.gz
+ sha256sums = 77eb25e3aedc6ecf6f00812569200424d6d327a296289f4141b6881d9be3e655
pkgname = gstm
diff --git a/PKGBUILD b/PKGBUILD
index f7e59d6c48d3..dcfea8c51013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gstm
-pkgver=1.3.6
+pkgver=1.3.7
pkgrel=1
pkgdesc="Gnome SSH Tunnel Manager - Gtk3 Edition"
arch=('i686' 'x86_64')
@@ -18,10 +18,8 @@ depends=('openssh' 'libxml2' 'glib2' 'gdk-pixbuf2' 'gtk3')
makedepends=('intltool')
conflicts=('gstm-git' 'gstm-gtk2')
provides=('gstm')
-#source=(https://github.com/dallenwilson/gstm/releases/download/${pkgver}/gstm-${pkgver}.tar.gz)
-source=('git+https://github.com/dallenwilson/gstm.git#commit=75d363138f3ba092e2d6a0464eaab33b2009ee90')
-sha256sums=('SKIP')
-#sha256sums=('a4971c710a062b2b3a67ffe73e619fbabb2a0efb6ba5e6c03bf7d938cd69bc53')
+source=(https://github.com/dallenwilson/gstm/releases/download/${pkgver}/gstm-${pkgver}.tar.gz)
+sha256sums=('77eb25e3aedc6ecf6f00812569200424d6d327a296289f4141b6881d9be3e655')
build() {
cd ${srcdir}/gstm #-${pkgver}