summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-10 08:29:02 +0000
committerguumaster2020-04-10 08:29:02 +0000
commitad09d061a48cb2ad47e09236de420cccbdd28f76 (patch)
tree8cd047b4bdce4f59222a77cb6f93aa2436960e1f
parentc0cda50e55d57fd13d40ff7b0fd8e6375f448bf1 (diff)
downloadaur-ad09d061a48cb2ad47e09236de420cccbdd28f76.tar.gz
Update to 0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5be638b069a4..8760d454e28e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 0.10.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://github.com/guumaster/hostctl/archive/v0.10.1.tar.gz
- sha256sums = e2befd6d7dd2b0d69c862653d7cea27b6b487ccbcf901000e1d71750674ee447
+ source = https://github.com/guumaster/hostctl/archive/v0.10.2.tar.gz
+ sha256sums = aa3fc12639ae0a18f9df9316505d32eecb07a4cde1fe84f122561a065eba85a1
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index 22a39ae6ef70..7c94a78fdff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=0.10.1
+pkgver=0.10.2
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=('e2befd6d7dd2b0d69c862653d7cea27b6b487ccbcf901000e1d71750674ee447')
+sha256sums=('aa3fc12639ae0a18f9df9316505d32eecb07a4cde1fe84f122561a065eba85a1')
build() {
cd $pkgname-$pkgver