summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-16 07:23:34 +0000
committerguumaster2020-04-16 07:23:34 +0000
commitedc080225a7bef9cbbcc535a6160a9073e3f21d6 (patch)
treeddc19c0e0651481d5740746f9c3ab2c944a5cf9e
parent79b3fe937ae19f1a530dc391824e3bfce09036fc (diff)
downloadaur-edc080225a7bef9cbbcc535a6160a9073e3f21d6.tar.gz
Update to 1.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a196e6c0f7c..e4b23ce042e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.5
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
provides = hostctl
conflicts = hostctl
- source = https://github.com/guumaster/hostctl/releases/download/v1.0.5/hostctl_1.0.5_linux_64-bit.tar.gz
- sha256sums = 566257ee7c806f7f49491e7e3f9404d245f4346d7474ad934455630a6de20dfd
+ source = https://github.com/guumaster/hostctl/releases/download/v1.0.9/hostctl_1.0.9_linux_64-bit.tar.gz
+ sha256sums = 9bbf73dfef4778bd6d3ccd4d524225a3c683a50dfce1dc3c8ea2c4993b1974cd
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index f6d54cd80c3f..60f49144d0fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.5
+pkgver=1.0.9
pkgrel=1
pkgdesc='Command-line tool to manage your hosts file'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_linux_64-bit.tar.gz")
-sha256sums=('566257ee7c806f7f49491e7e3f9404d245f4346d7474ad934455630a6de20dfd')
+sha256sums=('9bbf73dfef4778bd6d3ccd4d524225a3c683a50dfce1dc3c8ea2c4993b1974cd')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"