summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2021-08-03 19:48:36 +0000
committerguumaster2021-08-03 19:48:36 +0000
commitcec7c1784d5d2faefc451f2a45003d5b4d19b4f6 (patch)
tree6436952dea26fd7e3e934b573fd60a2113b6b291
parentadc17b0bf11646bbcbbd9b3f558e986b97afe708 (diff)
downloadaur-cec7c1784d5d2faefc451f2a45003d5b4d19b4f6.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be1cd08cfcd7..39e156054daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.1.0
+ pkgver = 1.1.1
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.1.0/hostctl_1.1.0_linux_64-bit.tar.gz
- sha256sums = 68b3ad82317291a8bb1ed36eb43595c32dde4228bd19312d5dcd9f712103bf66
+ source = https://github.com/guumaster/hostctl/releases/download/v1.1.1/hostctl_1.1.1_linux_64-bit.tar.gz
+ sha256sums = 85951c9aaba3761befcf280786bd7dc98d13a8413f394721db3f76079e59bd24
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 80771ef620b4..a30651802a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.1.0
+pkgver=1.1.1
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=('68b3ad82317291a8bb1ed36eb43595c32dde4228bd19312d5dcd9f712103bf66')
+sha256sums=('85951c9aaba3761befcf280786bd7dc98d13a8413f394721db3f76079e59bd24')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"