summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-07-21 15:11:40 +0000
committerguumaster2020-07-21 15:11:40 +0000
commit850e2b1126d09f4e2337ff56dfd2b32c951591ef (patch)
tree258a093538e4d0f6c0e97cf74d6a3fdeb95066bc
parent1bd7fe358f255ecc8d7582cab2eeb99a85a9555c (diff)
downloadaur-850e2b1126d09f4e2337ff56dfd2b32c951591ef.tar.gz
Update to 1.0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e10a5120fd5..7cfa77a61d34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.11
+ pkgver = 1.0.14
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.11/hostctl_1.0.11_linux_64-bit.tar.gz
- sha256sums = 0cfa257de47decc9a233e01ebe104819b607c3cc9e5a297dcaa60a139a7eb74e
+ source = https://github.com/guumaster/hostctl/releases/download/v1.0.14/hostctl_1.0.14_linux_64-bit.tar.gz
+ sha256sums = e0ff2dd4aa3692789e4937294289e2c319c1eb879793601b4091eb44a19df353
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8381077e9ed6..f44d7e7ee1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.11
+pkgver=1.0.14
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=('0cfa257de47decc9a233e01ebe104819b607c3cc9e5a297dcaa60a139a7eb74e')
+sha256sums=('e0ff2dd4aa3692789e4937294289e2c319c1eb879793601b4091eb44a19df353')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"