summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2021-07-13 12:43:22 +0000
committerguumaster2021-07-13 12:43:22 +0000
commitadc17b0bf11646bbcbbd9b3f558e986b97afe708 (patch)
tree5a01d481fd1895bf7978380a4285df38d3315670
parent850e2b1126d09f4e2337ff56dfd2b32c951591ef (diff)
downloadaur-adc17b0bf11646bbcbbd9b3f558e986b97afe708.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cfa77a61d34..be1cd08cfcd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.14
+ pkgver = 1.1.0
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.14/hostctl_1.0.14_linux_64-bit.tar.gz
- sha256sums = e0ff2dd4aa3692789e4937294289e2c319c1eb879793601b4091eb44a19df353
+ source = https://github.com/guumaster/hostctl/releases/download/v1.1.0/hostctl_1.1.0_linux_64-bit.tar.gz
+ sha256sums = 68b3ad82317291a8bb1ed36eb43595c32dde4228bd19312d5dcd9f712103bf66
pkgname = hostctl-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index f44d7e7ee1ff..80771ef620b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.14
+pkgver=1.1.0
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=('e0ff2dd4aa3692789e4937294289e2c319c1eb879793601b4091eb44a19df353')
+sha256sums=('68b3ad82317291a8bb1ed36eb43595c32dde4228bd19312d5dcd9f712103bf66')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"