summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2022-08-24 15:02:18 +0000
committerguumaster2022-08-24 15:02:18 +0000
commit6d15c12841382b2c0ca30f4d26fe8df3955ab831 (patch)
tree173b92ce1ff89538ffbd8b6a9c842b45a2982ecf
parent5de8ac6691fd38f6f2566fd39f5f511014513836 (diff)
downloadaur-6d15c12841382b2c0ca30f4d26fe8df3955ab831.tar.gz
Update to 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37407f94870..a28274f9c2da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.1.2
+ pkgver = 1.1.3
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.2/hostctl_1.1.2_linux_64-bit.tar.gz
- sha256sums = a69c0abe184a1b721ac463bd55315cd119973321b7019f08063d72e48a40966e
+ source = https://github.com/guumaster/hostctl/releases/download/v1.1.3/hostctl_1.1.3_linux_64-bit.tar.gz
+ sha256sums = 1dbcbd415b330e599601b6e7a27be6078bde9cc8ea1c09da4d4781f0b8349718
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index a8292be83b92..390561d2d370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.1.2
+pkgver=1.1.3
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=('a69c0abe184a1b721ac463bd55315cd119973321b7019f08063d72e48a40966e')
+sha256sums=('1dbcbd415b330e599601b6e7a27be6078bde9cc8ea1c09da4d4781f0b8349718')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"