summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-14 13:02:36 +0000
committerguumaster2020-04-14 13:02:36 +0000
commit79b3fe937ae19f1a530dc391824e3bfce09036fc (patch)
treecb1d7cf5434404a285095f72625e1f05618873b7
parent9d0a462f1bd1b5c54be2d4ae81303117deee332c (diff)
downloadaur-79b3fe937ae19f1a530dc391824e3bfce09036fc.tar.gz
Update to 1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af142f1a081f..6a196e6c0f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.4
+ pkgver = 1.0.5
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.4/hostctl_1.0.4_linux_64-bit.tar.gz
- sha256sums = a94572a98cd31e17f8ec9c028ee2b463087ac3410746985254d8dbb487188254
+ source = https://github.com/guumaster/hostctl/releases/download/v1.0.5/hostctl_1.0.5_linux_64-bit.tar.gz
+ sha256sums = 566257ee7c806f7f49491e7e3f9404d245f4346d7474ad934455630a6de20dfd
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60cdc29e8bcb..f6d54cd80c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.4
+pkgver=1.0.5
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=('a94572a98cd31e17f8ec9c028ee2b463087ac3410746985254d8dbb487188254')
+sha256sums=('566257ee7c806f7f49491e7e3f9404d245f4346d7474ad934455630a6de20dfd')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"