summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2020-03-25 17:57:02 +0400
committerBarbUk2020-03-25 17:57:02 +0400
commit08647c1f1a404796e479a40bf443b8bc6a28303a (patch)
tree4388651dd2fcc1288f77e68c0130d60811519ed5
parente94bd1383f8580ef212b97b3bb1fe648c30e11eb (diff)
downloadaur-08647c1f1a404796e479a40bf443b8bc6a28303a.tar.gz
Update to v0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3102465d10..17e526d0b477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 0.5.0
+ pkgver = 0.5.1
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.0.tar.gz
- sha256sums = 3cc1f0300d306d528772b9253cd6891403de972758e4ae1a8b59e2d4f65d1dc1
+ source = https://github.com/guumaster/hostctl/archive/v0.5.1.tar.gz
+ sha256sums = c986fed61710a6e73dd1301b369ed54b00bdc99487c4156b5f691de844fd001a
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index 10c9e066d4c1..ecd5aaa735dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=0.5.0
+pkgver=0.5.1
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=('3cc1f0300d306d528772b9253cd6891403de972758e4ae1a8b59e2d4f65d1dc1')
+sha256sums=('c986fed61710a6e73dd1301b369ed54b00bdc99487c4156b5f691de844fd001a')
build() {
cd $pkgname-$pkgver