summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-21 09:52:17 +0000
committerguumaster2020-04-21 09:52:17 +0000
commit1bd7fe358f255ecc8d7582cab2eeb99a85a9555c (patch)
treea5f4fd8df4e2927645959b4be43b7fbdc86e1d98
parentea69a398e6a5373617a73882776c9a7e31b3bd8b (diff)
downloadaur-1bd7fe358f255ecc8d7582cab2eeb99a85a9555c.tar.gz
Update to 1.0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7be5a17bd9..5e10a5120fd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.10
+ pkgver = 1.0.11
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.10/hostctl_1.0.10_linux_64-bit.tar.gz
- sha256sums = 6b753dfa112594ef7a1f8fbafca0f6da2f4a04c68283e76ceabf1105be75ff68
+ source = https://github.com/guumaster/hostctl/releases/download/v1.0.11/hostctl_1.0.11_linux_64-bit.tar.gz
+ sha256sums = 0cfa257de47decc9a233e01ebe104819b607c3cc9e5a297dcaa60a139a7eb74e
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index cebd3f94cd4a..8381077e9ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.10
+pkgver=1.0.11
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=('6b753dfa112594ef7a1f8fbafca0f6da2f4a04c68283e76ceabf1105be75ff68')
+sha256sums=('0cfa257de47decc9a233e01ebe104819b607c3cc9e5a297dcaa60a139a7eb74e')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"