summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-15 19:41:01 +0000
committerguumaster2020-04-15 19:41:01 +0000
commit70a451b5e0e54c7a5c23473c8c6e3c1f48e2736d (patch)
tree35735314cd75f837cc08cbabb2c44628ce5e5540
parentf4304cf461f1282728ae13dc0c2e364e68c446b8 (diff)
downloadaur-70a451b5e0e54c7a5c23473c8c6e3c1f48e2736d.tar.gz
Update to 1.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df02542fdf6..f6d77ba1af68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.5
+ pkgver = 1.0.8
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go-pie
conflicts = hostctl-bin
- source = https://github.com/guumaster/hostctl/archive/v1.0.5.tar.gz
- sha256sums = 1f03b310640124a5009615f49f094b662caf8496838819b29f2c4eed28cebbb2
+ source = https://github.com/guumaster/hostctl/archive/v1.0.8.tar.gz
+ sha256sums = 6615b57926772c2488833e0f3a2913aa667f61babe7f12908c433765c1102b22
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index 874293253ea3..3486553bab7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=1.0.5
+pkgver=1.0.8
pkgrel=1
pkgdesc='Command-line tool to manage your hosts file'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=("${pkgname}-bin")
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('1f03b310640124a5009615f49f094b662caf8496838819b29f2c4eed28cebbb2')
+sha256sums=('6615b57926772c2488833e0f3a2913aa667f61babe7f12908c433765c1102b22')
build() {
cd $pkgname-$pkgver