summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-08 15:29:39 +0000
committerguumaster2020-04-08 15:29:39 +0000
commit8b9f7c3c485811aac3a8f964765d2fbd66a0a5c4 (patch)
tree0bdd9009bdd41ab9c2ba839e2b881d8fab6bb2b0
parentdc47d9bea39d90b43d628b8411844e62a6cc8608 (diff)
downloadaur-8b9f7c3c485811aac3a8f964765d2fbd66a0a5c4.tar.gz
Update to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494d5e032332..592756b534ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://github.com/guumaster/hostctl/archive/v0.9.0.tar.gz
- sha256sums = bed9f401f2e6bb29762f0256067fd4450025232bfe28d3e90520bec35333afb0
+ source = https://github.com/guumaster/hostctl/archive/v0.9.1.tar.gz
+ sha256sums = d59280b6667db9a016563d996af5110855b3c8072c26ebb622134518acd4ac26
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index 1f6395537d11..931056b2aaee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='Command-line tool to manage your hosts file'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/guumaster/hostctl'
license=('MIT')
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('bed9f401f2e6bb29762f0256067fd4450025232bfe28d3e90520bec35333afb0')
+sha256sums=('d59280b6667db9a016563d996af5110855b3c8072c26ebb622134518acd4ac26')
build() {
cd $pkgname-$pkgver