summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguumaster2022-08-24 14:25:03 +0000
committerguumaster2022-08-24 14:25:03 +0000
commitc95f5a1423bb3f15cd606846501addff60c33146 (patch)
tree0dcece98142a622dafb3d8eadb948bbb792f87b5
parentd35ee5497f0ae6742927cbf5bbcc71dc6c2e1bf9 (diff)
downloadaur-c95f5a1423bb3f15cd606846501addff60c33146.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 0878741a19de..c4a04bcf57d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 3
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go
conflicts = hostctl-bin
- source = https://github.com/guumaster/hostctl/archive/v1.1.2.tar.gz
- sha256sums = f9679c0edc641e0cd6bbbf61a2302190db972ff9a3ded39a3aa036360b6d96a4
+ source = https://github.com/guumaster/hostctl/archive/v1.1.3.tar.gz
+ sha256sums = eff9f39e7b6ebce10f578492ca5d6c34cdfadfeb05c4e56da22b0be6e7d95899
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index b9a54c38306a..e77d197f46fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=3
pkgdesc='Command-line tool to manage your hosts file'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=("${pkgname}-bin")
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('f9679c0edc641e0cd6bbbf61a2302190db972ff9a3ded39a3aa036360b6d96a4')
+sha256sums=('eff9f39e7b6ebce10f578492ca5d6c34cdfadfeb05c4e56da22b0be6e7d95899')
build() {
cd $pkgname-$pkgver