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

Christian Rebischke shibumi at gemini.archlinux.org
Wed Aug 31 19:50:56 UTC 2022


    Date: Wednesday, August 31, 2022 @ 19:50:56
  Author: shibumi
Revision: 1289243

archrelease: copy trunk to community-x86_64

Added:
  cfssl/repos/community-x86_64/PKGBUILD
    (from rev 1289242, cfssl/trunk/PKGBUILD)
Deleted:
  cfssl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 19:50:49 UTC (rev 1289242)
+++ PKGBUILD	2022-08-31 19:50:56 UTC (rev 1289243)
@@ -1,37 +0,0 @@
-# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Konstantin Gribov <grossws at gmail.com>
-
-pkgname=cfssl
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="CloudFlare PKI and TLS toolkit"
-arch=('i686' 'x86_64')
-url="https://cfssl.org/"
-license=('BSD')
-depends=('glibc')
-makedepends=('go')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cloudflare/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('00f5316e8f065a48eeb02b7359aa67699a5c1362b09c6e8faa19d8f35451c1d8')
-
-_binaries=(cfssl cfssljson cfssl-bundle cfssl-certinfo cfssl-newkey cfssl-scan mkbundle multirootca)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make VERSION="${pkgver}-${pkgrel}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  for bin in ${_binaries[@]} ; do
-    install -m755 -D -t "${pkgdir}/usr/bin/" bin/${bin}
-  done
-
-  # special case to avoid clash with `mono`
-  mv ${pkgdir}/usr/bin/mkbundle ${pkgdir}/usr/bin/cfssl-mkbundle
-
-  install -m644 -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: et: sw=2: sts=2:

Copied: cfssl/repos/community-x86_64/PKGBUILD (from rev 1289242, cfssl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 19:50:56 UTC (rev 1289243)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Konstantin Gribov <grossws at gmail.com>
+
+pkgname=cfssl
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="CloudFlare PKI and TLS toolkit"
+arch=('i686' 'x86_64')
+url="https://cfssl.org/"
+license=('BSD')
+depends=('glibc')
+makedepends=('go')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cloudflare/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('8285ebc135a04ed4e927f8ec9253b683976cf73f683f3be7d11af677f3435341')
+
+_binaries=(cfssl cfssljson cfssl-bundle cfssl-certinfo cfssl-newkey cfssl-scan mkbundle multirootca)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make VERSION="${pkgver}-${pkgrel}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  for bin in ${_binaries[@]} ; do
+    install -m755 -D -t "${pkgdir}/usr/bin/" bin/${bin}
+  done
+
+  # special case to avoid clash with `mono`
+  mv ${pkgdir}/usr/bin/mkbundle ${pkgdir}/usr/bin/cfssl-mkbundle
+
+  install -m644 -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: et: sw=2: sts=2:



More information about the arch-commits mailing list