summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-03-31 13:15:31 +0000
committerguumaster2020-03-31 13:15:31 +0000
commit481dbb0daad340b706ebb58ccc200a63311934d5 (patch)
tree1b705daab0ed06412c30e99162eb4feba2a6c6b2
parent556f764a13797673ec8875d9a77e87ab73e0a1c4 (diff)
downloadaur-481dbb0daad340b706ebb58ccc200a63311934d5.tar.gz
Update to 0.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52204eef5b1b..433862ccdda3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 0.5.5
+ pkgver = 0.5.6
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.5.tar.gz
- sha256sums = 10a933acdd781db827857752062ee3f7ae2e6619ad05f3655cac3053bf5b7e5a
+ source = https://github.com/guumaster/hostctl/archive/v0.5.6.tar.gz
+ sha256sums = d6570f446b133663075e554228a630db3748d18863a0304efbbb19f02c1ab72a
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index a8d0bf2e729d..1c8b53bc888a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=0.5.5
+pkgver=0.5.6
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=('10a933acdd781db827857752062ee3f7ae2e6619ad05f3655cac3053bf5b7e5a')
+sha256sums=('d6570f446b133663075e554228a630db3748d18863a0304efbbb19f02c1ab72a')
build() {
cd $pkgname-$pkgver