diff options
author | AlphaJack | 2024-01-29 02:25:29 +0100 |
---|---|---|
committer | AlphaJack | 2024-01-29 02:25:29 +0100 |
commit | 740b4286188c16034bec0b4b827021539644238d (patch) | |
tree | 40282cb2ee63656c5c9bc94c74cb314b42651aa2 /PKGBUILD | |
parent | dc76379d2159bbd6db1397e78fc3caea823ebda2 (diff) | |
download | aur-740b4286188c16034bec0b4b827021539644238d.tar.gz |
Updated cyberchef-web to 10.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,17 +3,17 @@ pkgname="cyberchef-web" pkgver=10.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis" url="https://gchq.github.io/CyberChef/" -license=("Apache 2.0") +license=("Apache-2.0") arch=("any") conflicts=("cyberchef-html") replaces=("cyberchef-html") makedepends=("unzip") source=("$pkgname-$pkgver.zip::https://github.com/gchq/CyberChef/releases/download/v$pkgver/CyberChef_v$pkgver.zip") noextract=("$pkgname-$pkgver.zip") -sha256sums=('a4d47a313d9e79d08775abfde18a08c32b50b4db8fa52261bfddbb785910d0ef') +b2sums=('a5840e9d27a8d4e849a61ab95f9baf6357c4ab6a65e1c873388b93fabc65a9dd080deb8a29cb9ead40d5fc8d96d66f7d6a86c4c7559a3696246a15892e73eaac') options=("!strip") package(){ |