summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-14 08:37:10 +0000
committerguumaster2020-04-14 08:37:10 +0000
commit9adc548241ccf01340304787c8bb6e56786770bb (patch)
treedbd5010d974b502d7909d3efffb064c98ec8bbee
parentd4d8bdf01ee50a7d890367df7a8c0e1d27e7c084 (diff)
downloadaur-9adc548241ccf01340304787c8bb6e56786770bb.tar.gz
Update to 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21270ee42996..8cf78f8acbfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.2
+ pkgver = 1.0.3
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.2.tar.gz
- sha256sums = 7d3dacb128caef716457532dd53d4e0bdc86fa83911bd0e1dbb2c28f86f20820
+ source = https://github.com/guumaster/hostctl/archive/v1.0.3.tar.gz
+ sha256sums = 4cc0c17da9a84af5b7676ac9faf2565a0934dc4ab6c05140cd0204e80e847f45
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index bcabc8989dc3..63c3b754e1e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=1.0.2
+pkgver=1.0.3
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=('7d3dacb128caef716457532dd53d4e0bdc86fa83911bd0e1dbb2c28f86f20820')
+sha256sums=('4cc0c17da9a84af5b7676ac9faf2565a0934dc4ab6c05140cd0204e80e847f45')
build() {
cd $pkgname-$pkgver