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

George Rawlinson grawlinson at gemini.archlinux.org
Sun Jul 3 19:24:01 UTC 2022


    Date: Sunday, July 3, 2022 @ 19:24:00
  Author: grawlinson
Revision: 1243836

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-03 19:23:54 UTC (rev 1243835)
+++ PKGBUILD	2022-07-03 19:24:00 UTC (rev 1243836)
@@ -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.14
-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=('bb496fffbd4e130bae8b9272d1303bfa0a681ff88aa3471e4b3f56bece2072ad8f8f41c19c4325de3d5772e785c1ab7491d3520ac3a44a7a170636ae4e13ed0d')
-b2sums=('392a5f043172aa5800c40e1a86c198421de7fb4ddf92f8504e0b6270c70f4c58f0527cfaaff4892469d763d970b044168ab2a37fa4d836cddda88e5e9fd04586')
-
-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 1243834, sslscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-03 19:24:00 UTC (rev 1243836)
@@ -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.15
+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=('1076914ea86d45fc70bbb60861793acd5e1d64714a5cadca0297a5ad1ab7948a838de7b2d101c199088ee315b802b4342508d37bda94e6b1da47c2bf2289b353')
+b2sums=('fc24c00ba3b6aab3c5a05e2ce7fc61c31df76682ef85ae29ad029358b1a51dd4a2c861546eb2eef38eb1d3f5dfad1d77c03fe02ccff8e9f74aa0e09b39a84b72')
+
+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