Skip to content

Commit

Permalink
switch all pkgs to revcount based versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed Sep 5, 2023
1 parent 9e41ec3 commit 65f20a1
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion adidnsdump/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion aquatone/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion asnmap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion azurehound/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion bloodhound-python/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ EOF

pkgver() {
cd "${srcdir}/${_reponame}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion bloodhound/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion certipy-bloodhound/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ EOF

pkgver() {
cd "${srcdir}/bloodhound"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion certipy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion coercer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion crackmapexec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion dnsx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion evil-winrm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion ffuf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion gobuster/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion gowitness/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion httpx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion ldapnomnom/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion mapcidr/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion masscan/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion massdns/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion mitm6/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion name-that-hash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion nuclei/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion pretender/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion pypykatz/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion responder/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ EOF

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion shuffledns/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion subfinder/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
2 changes: 1 addition & 1 deletion tlsx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ package() {

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's|-|_|g'
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}

0 comments on commit 65f20a1

Please sign in to comment.