summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Brandt2019-12-18 20:54:17 +0100
committerStephen Brandt2019-12-18 20:54:17 +0100
commit4e13071e471a331feb8868cc2e30adfab24aef1c (patch)
tree3aa3f5f7b337851ca80f8dd8cad8711b9b80f175
parent212e210e4926d62b82b8f2c0256179076cafcfd5 (diff)
downloadaur-4e13071e471a331feb8868cc2e30adfab24aef1c.tar.gz
[upd] 1.4.1→1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cee9e810d50..2402fbab75d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haguichi
pkgdesc = Provides a user friendly GUI to control the Hamachi client on Linux
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://www.haguichi.net
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = haguichi
depends = libappindicator-gtk3
depends = libnotify
depends = logmein-hamachi
- source = http://launchpad.net/haguichi/1.4/1.4.1/+download/haguichi-1.4.1.tar.xz
- sha256sums = 4ace875a5db85b3df17ac733de67f64213c82ac41af287e3cb9bc33c4a342af7
+ source = http://launchpad.net/haguichi/1.4/1.4.2/+download/haguichi-1.4.2.tar.xz
+ sha256sums = 637cfd192722357ecd0aa2f345396a68387e93e415fc747fb863b219ab502cc6
pkgname = haguichi
diff --git a/PKGBUILD b/PKGBUILD
index 4922a083196b..64dd489583bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Provides a user friendly GUI to control the Hamachi client on Linux"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gtk3' 'libappindicator-gtk3' 'libnotify' 'logmein-hamachi')
makedepends=('meson' 'vala')
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('4ace875a5db85b3df17ac733de67f64213c82ac41af287e3cb9bc33c4a342af7')
+sha256sums=('637cfd192722357ecd0aa2f345396a68387e93e415fc747fb863b219ab502cc6')
prepare() {
cd $pkgname-$pkgver