summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2020-04-14 14:44:24 +0400
committerBarbUk2020-04-14 14:44:24 +0400
commit9d0a462f1bd1b5c54be2d4ae81303117deee332c (patch)
tree384325b7bb647a6796dfb28d8e431b6736e67a70
parent404b2b471c295cfcf94b8a370161de2f31f3f4cd (diff)
downloadaur-9d0a462f1bd1b5c54be2d4ae81303117deee332c.tar.gz
Update to 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2fed86984a1..af142f1a081f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.2
+ pkgver = 1.0.4
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.2/hostctl_1.0.2_linux_64-bit.tar.gz
- sha256sums = 3faacdb6074ec0b1418502aa47146b79e29719bdacda255917e507d325f279d6
+ source = https://github.com/guumaster/hostctl/releases/download/v1.0.4/hostctl_1.0.4_linux_64-bit.tar.gz
+ sha256sums = a94572a98cd31e17f8ec9c028ee2b463087ac3410746985254d8dbb487188254
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3d04f1b42d9..60cdc29e8bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.2
+pkgver=1.0.4
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=('3faacdb6074ec0b1418502aa47146b79e29719bdacda255917e507d325f279d6')
+sha256sums=('a94572a98cd31e17f8ec9c028ee2b463087ac3410746985254d8dbb487188254')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"