Skip to content

Commit

Permalink
v0.9.4 version bump (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
dualfade committed Jun 23, 2023
1 parent c261339 commit 598f4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wordlistctl
6 changes: 3 additions & 3 deletions packages/wordlistctl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# See COPYING for license details.

pkgname=wordlistctl
pkgver=0.9.3
pkgrel=2
pkgver=0.9.4
pkgrel=1
groups=('blackarch' 'blackarch-misc')
pkgdesc='Fetch, install and search wordlist archives from websites.'
arch=('any')
url='https://github.com/BlackArch/wordlistctl'
license=('GPL3')
depends=('python' 'python-requests' 'python-termcolor')
source=("https://github.com/BlackArch/$pkgname/archive/v$pkgver.tar.gz")
sha512sums=('ccf8517cfdc4fe1f5f270bd9d31cfca15f48dd93bf8d49a41a88d9b464715b3fc7d5fe9fe451831640ca7e903422168262a1e33b845ccd775c0bafabe4c632f1')
sha512sums=('0febf62fe943abcaabffcf4351de5b7df4c0ba31088602fcda09928225141b96948e8815c617e5d44981aee342f997a790939b1d8362368b88a7286f916711c2')

package() {
cd "$pkgname-$pkgver"
Expand Down

0 comments on commit 598f4ab

Please sign in to comment.