summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2020-04-17 18:43:07 +0000
committerguumaster2020-04-17 18:43:07 +0000
commitea69a398e6a5373617a73882776c9a7e31b3bd8b (patch)
treec38e827215383cd156ec173fe65a0791da927e8c
parentedc080225a7bef9cbbcc535a6160a9073e3f21d6 (diff)
downloadaur-ea69a398e6a5373617a73882776c9a7e31b3bd8b.tar.gz
Update to 1.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b23ce042e8..4e7be5a17bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hostctl-bin
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.0.9
+ pkgver = 1.0.10
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.9/hostctl_1.0.9_linux_64-bit.tar.gz
- sha256sums = 9bbf73dfef4778bd6d3ccd4d524225a3c683a50dfce1dc3c8ea2c4993b1974cd
+ source = https://github.com/guumaster/hostctl/releases/download/v1.0.10/hostctl_1.0.10_linux_64-bit.tar.gz
+ sha256sums = 6b753dfa112594ef7a1f8fbafca0f6da2f4a04c68283e76ceabf1105be75ff68
pkgname = hostctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60f49144d0fc..cebd3f94cd4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl-bin
-pkgver=1.0.9
+pkgver=1.0.10
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=('9bbf73dfef4778bd6d3ccd4d524225a3c683a50dfce1dc3c8ea2c4993b1974cd')
+sha256sums=('6b753dfa112594ef7a1f8fbafca0f6da2f4a04c68283e76ceabf1105be75ff68')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname%-bin}/"