summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2022-03-16 09:57:55 +0000
committerguumaster2022-03-16 09:57:55 +0000
commit5de8ac6691fd38f6f2566fd39f5f511014513836 (patch)
tree85d30754f0269fdd10592cabc09ec0d696b31ac0
parentcec7c1784d5d2faefc451f2a45003d5b4d19b4f6 (diff)
downloadaur-5de8ac6691fd38f6f2566fd39f5f511014513836.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e156054daf..e37407f94870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1/hostctl_1.1.1_linux_64-bit.tar.gz
- sha256sums = 85951c9aaba3761befcf280786bd7dc98d13a8413f394721db3f76079e59bd24
+ source = https://github.com/guumaster/hostctl/releases/download/v1.1.2/hostctl_1.1.2_linux_64-bit.tar.gz
+ sha256sums = a69c0abe184a1b721ac463bd55315cd119973321b7019f08063d72e48a40966e
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index a30651802a7d..a8292be83b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.1.1
+pkgver=1.1.2
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=('85951c9aaba3761befcf280786bd7dc98d13a8413f394721db3f76079e59bd24')
+sha256sums=('a69c0abe184a1b721ac463bd55315cd119973321b7019f08063d72e48a40966e')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"