summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-02-13 12:36:32 +0100
committerRobin Candau2024-02-13 12:36:32 +0100
commitc7720c95ced2d9c54803a829ecb2301368a7d552 (patch)
tree6f128e693f6d7a76fb830bcc47e0563d46f31b13
parent9e0d4e9470168760e8a5f104cdc22e5e42b31346 (diff)
downloadaur-certificate-ripper-bin.tar.gz
New upstream release + Switch license to SPDX identifier
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 208b57886c86..84d28d8d1c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = certificate-ripper-bin
pkgdesc = A CLI tool to extract server certificates
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/Hakky54/certificate-ripper
arch = x86_64
arch = aarch64
- license = Apache
+ license = Apache-2.0
depends = zlib
provides = certificate-ripper
conflicts = certificate-ripper
- source_x86_64 = crip-2.2.0-amd64.tar.gz::https://github.com/Hakky54/certificate-ripper/releases/download/2.2.0/crip-linux-amd64.tar.gz
- sha256sums_x86_64 = 9d2bb806be36939f99e7a544a242650410407826617a63843cf2f7787e080b84
- source_aarch64 = crip-2.2.0-aarch64.tar.gz::https://github.com/Hakky54/certificate-ripper/releases/download/2.2.0/crip-linux-aarch64.tar.gz
- sha256sums_aarch64 = 070889cfb0ed802a962567765a9ff208980f327d0ed7140a583fca4c4f2242d8
+ source_x86_64 = crip-2.3.0-amd64.tar.gz::https://github.com/Hakky54/certificate-ripper/releases/download/2.3.0/crip-linux-amd64.tar.gz
+ sha256sums_x86_64 = ded3e2edf6665f826dfa241a29ebf765bdff5b7d899c51979ff33dc7b5fd7fa2
+ source_aarch64 = crip-2.3.0-aarch64.tar.gz::https://github.com/Hakky54/certificate-ripper/releases/download/2.3.0/crip-linux-aarch64.tar.gz
+ sha256sums_aarch64 = 7b4e776d5bd55e6982972a6fee90471992100161b4f324832330c4e996ceaee9
pkgname = certificate-ripper-bin
diff --git a/PKGBUILD b/PKGBUILD
index ad9751a03f7d..38305e1a5163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=certificate-ripper-bin
_pkgname="${pkgname%-bin}"
_shortname=crip
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="A CLI tool to extract server certificates"
arch=('x86_64' 'aarch64')
url="https://github.com/Hakky54/certificate-ripper"
-license=('Apache')
+license=('Apache-2.0')
depends=('zlib')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source_x86_64=("${_shortname}-${pkgver}-amd64.tar.gz::${url}/releases/download/${pkgver}/${_shortname}-linux-amd64.tar.gz")
source_aarch64=("${_shortname}-${pkgver}-aarch64.tar.gz::${url}/releases/download/${pkgver}/${_shortname}-linux-aarch64.tar.gz")
-sha256sums_x86_64=('9d2bb806be36939f99e7a544a242650410407826617a63843cf2f7787e080b84')
-sha256sums_aarch64=('070889cfb0ed802a962567765a9ff208980f327d0ed7140a583fca4c4f2242d8')
+sha256sums_x86_64=('ded3e2edf6665f826dfa241a29ebf765bdff5b7d899c51979ff33dc7b5fd7fa2')
+sha256sums_aarch64=('7b4e776d5bd55e6982972a6fee90471992100161b4f324832330c4e996ceaee9')
package() {
install -Dm 755 "${_shortname}" "${pkgdir}/usr/bin/${_shortname}"