summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-14 10:18:10 +0000
committerguumaster2020-04-14 10:18:10 +0000
commit5457f275457d3cf3f5a6acf43016a6ec04334641 (patch)
tree6eddd73023aed1b998e4d4213aaf64e8864eb68a
parent9adc548241ccf01340304787c8bb6e56786770bb (diff)
downloadaur-5457f275457d3cf3f5a6acf43016a6ec04334641.tar.gz
Update to 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf78f8acbfd..9dcf04ad519c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://github.com/guumaster/hostctl/archive/v1.0.3.tar.gz
- sha256sums = 4cc0c17da9a84af5b7676ac9faf2565a0934dc4ab6c05140cd0204e80e847f45
+ source = https://github.com/guumaster/hostctl/archive/v1.0.4.tar.gz
+ sha256sums = f5c1778797a6f9b4550f55538822b166d4a9307a68bb01428eeec2eb12cbc5a1
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index 63c3b754e1e0..b5694bbf1f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=1.0.3
+pkgver=1.0.4
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=('4cc0c17da9a84af5b7676ac9faf2565a0934dc4ab6c05140cd0204e80e847f45')
+sha256sums=('f5c1778797a6f9b4550f55538822b166d4a9307a68bb01428eeec2eb12cbc5a1')
build() {
cd $pkgname-$pkgver