summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2023-06-24 07:54:26 +0200
committerBarbUk2023-06-24 07:54:26 +0200
commit17e59d15f49c5aad94534762b55a467b394dbe31 (patch)
tree6a34d7860b69b2bd98fd6f5196e41b6860755814
parent6d15c12841382b2c0ca30f4d26fe8df3955ab831 (diff)
downloadaur-17e59d15f49c5aad94534762b55a467b394dbe31.tar.gz
Version 1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28274f9c2da..52e4cfa75da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.1.3
+ pkgver = 1.1.4
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.3/hostctl_1.1.3_linux_64-bit.tar.gz
- sha256sums = 1dbcbd415b330e599601b6e7a27be6078bde9cc8ea1c09da4d4781f0b8349718
+ source = https://github.com/guumaster/hostctl/releases/download/v1.1.4/hostctl_1.1.4_linux_64-bit.tar.gz
+ sha256sums = f4ec3c9f9d54633511251834ce98d409464fb1c0d970f9c865a880e1160db30f
pkgname = hostctl-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..335ec9573de5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 390561d2d370..09220f128256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.1.3
+pkgver=1.1.4
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=('1dbcbd415b330e599601b6e7a27be6078bde9cc8ea1c09da4d4781f0b8349718')
+sha256sums=('f4ec3c9f9d54633511251834ce98d409464fb1c0d970f9c865a880e1160db30f')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"