summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82a59302c03..c0220e6f6a18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hostctl
pkgdesc = Command-line tool to manage your hosts file
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/guumaster/hostctl
arch = x86_64
license = MIT
makedepends = go-pie
- source = https://github.com/guumaster/hostctl/archive/v0.6.0.tar.gz
- sha256sums = 47065ed36939d24c6c604dce4110b8bceb29405db85282c70b826d11dddd6eb2
+ source = https://github.com/guumaster/hostctl/archive/v0.7.0.tar.gz
+ sha256sums = d43ea8bcdc5d2644c5a7799e0c40a2d79108e9f6705d449895f74103aa07784c
pkgname = hostctl
diff --git a/PKGBUILD b/PKGBUILD
index 2d7ce6148ec4..a0264d06a5ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Virey <julien.virey@gmail.com>
pkgname=hostctl
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Command-line tool to manage your hosts file'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/guumaster/hostctl'
license=('MIT')
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('47065ed36939d24c6c604dce4110b8bceb29405db85282c70b826d11dddd6eb2')
+sha256sums=('d43ea8bcdc5d2644c5a7799e0c40a2d79108e9f6705d449895f74103aa07784c')
build() {
cd $pkgname-$pkgver