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

Levente Polyak anthraxx at archlinux.org
Fri Oct 12 20:44:37 UTC 2018


    Date: Friday, October 12, 2018 @ 20:44:36
  Author: anthraxx
Revision: 393268

archrelease: copy trunk to community-x86_64

Added:
  hashcat-utils/repos/community-x86_64/PKGBUILD
    (from rev 393267, hashcat-utils/trunk/PKGBUILD)
Deleted:
  hashcat-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 20:44:30 UTC (rev 393267)
+++ PKGBUILD	2018-10-12 20:44:36 UTC (rev 393268)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Elvis Angelaccio <elvis.angelaccio at kde.org>
-
-pkgname=hashcat-utils
-pkgver=1.8
-pkgrel=2
-pkgdesc='Set of small utilities that are useful in advanced password cracking'
-url='https://github.com/hashcat/hashcat-utils'
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('perl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/hashcat/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('c57f2ff1c43e65972fd9dde31322f4b9178d65a28cca3adc235ae41a5982f11c')
-sha512sums=('c096d31bb9d6421a8943ba7da6e13f4778695d8a43b7e9a8e9e302f2971973fdcebda42c91d315c787e4475d8b78bdb90b9d2a0c675c8e55f4687f222e50b4e5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -C src
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  for bin in src/*.bin; do
-      install -Dm 755 ${bin} "${pkgdir}/usr/bin/$(basename ${bin} .bin)"
-  done
-  for script in src/*.pl; do
-      install -Dm 755 ${script} "${pkgdir}/usr/bin/$(basename ${script} .pl)"
-  done
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat-utils/repos/community-x86_64/PKGBUILD (from rev 393267, hashcat-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-12 20:44:36 UTC (rev 393268)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Elvis Angelaccio <elvis.angelaccio at kde.org>
+
+pkgname=hashcat-utils
+pkgver=1.9
+pkgrel=1
+pkgdesc='Set of small utilities that are useful in advanced password cracking'
+url='https://github.com/hashcat/hashcat-utils'
+arch=('x86_64')
+license=('MIT')
+depends=('perl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/hashcat/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('9ddda7f9dfeebfde95b2e980241730262a7f512ceb37941c38b590721d6b6921')
+sha512sums=('5f8cef312496e13d1152742950397933e9d5866740afe377321fb48386174b64d96f90d3072febfb97bf0f7eb438f41d6b5e14bfc3e157c9c3e664ffbc5b614b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  for bin in src/*.bin; do
+      install -Dm 755 ${bin} "${pkgdir}/usr/bin/$(basename ${bin} .bin)"
+  done
+  for script in src/*.pl; do
+      install -Dm 755 ${script} "${pkgdir}/usr/bin/$(basename ${script} .pl)"
+  done
+  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list