summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2020-03-26 17:14:07 +0400
committerBarbUk2020-03-26 17:14:07 +0400
commitbe7900db0fde4c3223f9878c11969572cc66434c (patch)
tree63d3b323a86284630869b45dec0774953673aae4
parent4b386bd371e4b2dec7a3d30e12e2cddb207a2850 (diff)
downloadaur-be7900db0fde4c3223f9878c11969572cc66434c.tar.gz
Update to v0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289407e7fc19..d6888dba21e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://github.com/guumaster/hostctl/archive/v0.5.2.tar.gz
- sha256sums = 2aba4afb860cd7caaf76543f1dc295ed0ce648584370a52281d8de1fcf0065b1
+ source = https://github.com/guumaster/hostctl/archive/v0.5.3.tar.gz
+ sha256sums = 68643d606960dbf8d93a3ddbb47d6e88096a23b7f9df9d09e89562d6a85f2cf2
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index d10cb1b61e2c..852c96c95edc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=0.5.2
+pkgver=0.5.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=('2aba4afb860cd7caaf76543f1dc295ed0ce648584370a52281d8de1fcf0065b1')
+sha256sums=('68643d606960dbf8d93a3ddbb47d6e88096a23b7f9df9d09e89562d6a85f2cf2')
build() {
cd $pkgname-$pkgver