[arch-commits] Commit in sslscan/repos/community-x86_64 (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Mon Apr 4 02:09:19 UTC 2022


    Date: Monday, April 4, 2022 @ 02:09:18
  Author: grawlinson
Revision: 1181200

archrelease: copy trunk to community-x86_64

Added:
  sslscan/repos/community-x86_64/PKGBUILD
    (from rev 1181199, sslscan/trunk/PKGBUILD)
Deleted:
  sslscan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 02:08:31 UTC (rev 1181199)
+++ PKGBUILD	2022-04-04 02:09:18 UTC (rev 1181200)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Remi Gacogne <rgacogne-arch at coredump dot fr>
-# Contributor: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=sslscan
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported ciphers"
-url="https://github.com/rbsec/sslscan"
-arch=('x86_64')
-license=('GPL3')
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('3758b5e697a1b53e4c574deabfe366d0796d6cb2481a644ec6139cd11e9b4cc2878b094ab9bf4e700ecc73cce6a374a1cf9f487967de3a038dacb985aebee948')
-b2sums=('4c7ec58b7e454bb661f05da58eff55dad940ae1a8fb28daf8056114402949e6712e59e13e7128dec0eb45e3e21c2b349e0ac5b2fc7a3a334807b6fc4e2aeb595')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -e 's/CFLAGS ?=/CFLAGS +=/' \
-    -e 's/LDFLAGS ?=/LDFLAGS +=/' \
-    -e "s/^GIT_VERSION =.*/GIT_VERSION = ${pkgver}/" \
-    -i Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-x86_64/PKGBUILD (from rev 1181199, sslscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 02:09:18 UTC (rev 1181200)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Remi Gacogne <rgacogne-arch at coredump dot fr>
+# Contributor: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=sslscan
+pkgver=2.0.13
+pkgrel=1
+pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported ciphers"
+url="https://github.com/rbsec/sslscan"
+arch=('x86_64')
+license=('GPL3')
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('50455a4f4a999e63107e705a4bc703b94b30d4fa71b5126cdc08788eedeb02f4c7a204a385fa485f0c9d0fa368c7a48f96c492b91631fe8833b68f20d45b0fca')
+b2sums=('049791183ebf1e00d11868c0dd7b79eddcd27cbb1f915812938f46837c4b300844c26e0a0bee0a4bee4886f24f7b10e5bc77ddedc86893ae228658ab71d11bea')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e 's/CFLAGS ?=/CFLAGS +=/' \
+    -e 's/LDFLAGS ?=/LDFLAGS +=/' \
+    -e "s/^GIT_VERSION =.*/GIT_VERSION = ${pkgver}/" \
+    -i Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list