summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2021-02-24 13:09:39 +0000
committerimlonghao2021-02-24 13:09:39 +0000
commitb348f6fbb64a06b6c2f6f8b79fa2f779679443de (patch)
treeb616c7ec7d9be6355d7efd4877219458881a92ef /PKGBUILD
parent55923db9047fea144577fcb68236fe4b0ec3556e (diff)
downloadaur-b348f6fbb64a06b6c2f6f8b79fa2f779679443de.tar.gz
New version 0.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 412cc3eb753f..45d094a17c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gitjacker
-pkgver=0.0.2
-pkgrel=3
+pkgver=0.0.3
+pkgrel=1
pkgdesc="Leak git repositories from misconfigured websites"
arch=("x86_64" "i686")
url="https://github.com/liamg/gitjacker"
@@ -10,7 +10,7 @@ license=("Unlicense")
depends=("git")
makedepends=("go")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('429dc9d83921c675cff87f9904c627657df87da7fb61a21ac00c5860828cacad')
+sha256sums=('aa5489ceeca425b57edf045c49974a9d27b414da4fcab3bd26c9b5612973b7e5')
build() {
cd ${pkgname}-${pkgver}