Skip to content

Commit

Permalink
multiple: version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Aug 30, 2023
1 parent b5717de commit 94a4df8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/burpsuite/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=burpsuite
pkgver=2023.9.2
pkgver=2023.10
pkgrel=1
epoch=1
groups=('blackarch' 'blackarch-webapp' 'blackarch-proxy' 'blackarch-scanner'
Expand All @@ -19,7 +19,7 @@ source=("$pkgname.jar::https://portswigger.net/burp/releases/download?product=co
"$pkgname.desktop"
'icon64.png'
'git+https://github.com/PortSwigger/command-injection-attacker.git')
sha512sums=('dc77181871d54caaebfedb25494b15d78c7b6fb7196d4255a8f4a7a222cd44a6a481d473279f2d75dcd1b3445a029661c14ef6efb5966440dc665b2634a85a97'
sha512sums=('17074c44087ebc3bb697524a1e2acfccbca83789ce89a6dcb55e5798517e6b0cb4ff7b230e1db06462c2505d9141faf3549b4848c5a65cfcd7547128de731c18'
'07f646ce79e4e259c8da4a16ecd9b0149f09cd047ab42bfb758dc1cd4871710866e4dae6cda572f96fb49d0b156e64dd7b0a78904d9d367d41136214de5488a2'
'292dcc47a625f69f0a235c8333e74eef437ec77095f731e97e5065261a7067a03f361375a10631828b42484f77b3e5d24ce71ceff174b0d6083f3a7abebe677c'
'928083e0189ce50304c4b32f8f6ef56be79881090bffdaddb5e990a59186ed2596c03293255693d488a47519e6da4e969e74e9bfe22a0f6ca53491a4e0749575'
Expand Down
4 changes: 2 additions & 2 deletions packages/tor-browser/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=tor-browser
pkgver=12.5.2
pkgver=12.5.3
pkgrel=1
pkgdesc='Tor Browser Bundle: anonymous browsing using Firefox and Tor.'
url='https://www.torproject.org/projects/torbrowser.html.en'
Expand All @@ -23,7 +23,7 @@ source=("https://www.torproject.org/dist/torbrowser/$pkgver/tor-browser-linux64-
"$pkgname.png"
"$pkgname.sh"
"$pkgname.svg")
sha512sums=('256e1b442eeef3718af519d1306e74493603de9bac45714d6ff4e59b7d5ad549fe25fde350c253438acaa5fdcd6c1b7916d48d6a3f8f7a22a6a054579c09c593'
sha512sums=('9a04099a9b443f73e4520d8bb3fc4be7397425283205c9c06eaa46d1c9272516e6894f7abf5919df4032b9292133132386d838ad2c772c63dfa100065b432d37'
'1318a652f7b65e30cdb0c607faf4391035288bcfcaffc50f7713de8eeb7d9151c115269fad1225fccd71d4d38537a804f05fba03b3df516afbce8a79d8988d7c'
'e334c1f226235c30011e62602ec0c0bd549bfe411e37125a5ee47f2a2d187045bc261efcaf2a9490d01dc687878ecfe01827996adc62e76df39ee8146d76713e'
'88c5d3035df46aa23cd98657e19b907a68ac233f92307556ea44b6a90bac2d04dfb5b23c7efaa3addd48a5def3daacf0c8731acb59b15a7390c4c3435427674a'
Expand Down
7 changes: 4 additions & 3 deletions packages/x64dbg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
# See COPYING for license details.

pkgname=x64dbg
pkgver=2023.08.15
pkgver=2023.08.27
_pkgver=02-11
pkgrel=1
pkgdesc='An open-source x64/x32 debugger for windows.'
url='https://github.com/x64dbg/x64dbg/releases'
groups=('blackarch' 'blackarch-windows' 'blackarch-debugger')
license=('GPL3')
arch=('any')
source=("$pkgname.zip::https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_${pkgver//./-}_09-39.zip")
sha512sums=('fff891b4e17d89477920dd53f106f8ddb9c217ad4131d62b3efe76073c69e5029cf4d438881996e05e1f811fc1097dc22b9a484f65f4e0a17d83f513235d1df7')
source=("$pkgname.zip::https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_${pkgver//./-}_${_pkgver}.zip")
sha512sums=('6bbaa9aad5425133ae0d4952550a3fe541382e802c0059c2744d7ac872de5417f27366884155ed572e026024827e8fa029bc482d0650b68b8889a9abf6afc88d')

package() {
install -dm 755 "$pkgdir/usr/share/windows/$pkgname"
Expand Down

0 comments on commit 94a4df8

Please sign in to comment.