summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45d094a17c99..544d36efbe95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gitjacker
-pkgver=0.0.3
+pkgver=0.1.0
pkgrel=1
pkgdesc="Leak git repositories from misconfigured websites"
arch=("x86_64" "i686")
@@ -10,7 +10,7 @@ license=("Unlicense")
depends=("git")
makedepends=("go")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('aa5489ceeca425b57edf045c49974a9d27b414da4fcab3bd26c9b5612973b7e5')
+sha256sums=('50ba338c5bbef042beca4107c981b207b291ee43bd3b5c14224ac85a388abdbc')
build() {
cd ${pkgname}-${pkgver}