[arch-commits] Commit in exploitdb/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Nov 22 23:01:01 UTC 2018


    Date: Thursday, November 22, 2018 @ 23:01:00
  Author: anthraxx
Revision: 409425

upgpkg: exploitdb 20181122-1

Modified:
  exploitdb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 22:54:20 UTC (rev 409424)
+++ PKGBUILD	2018-11-22 23:01:00 UTC (rev 409425)
@@ -1,7 +1,8 @@
 # Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=exploitdb
-_pkgver=2018-11-14
+_pkgver=2018-11-22
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -14,7 +15,7 @@
 options=('!strip')
 source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz"
         "rcfile.diff")
-sha512sums=('6639a09a1f72e060a32edd6c8c2c7f70d30e7908159c8894118234aa255738ecae5463f2057d1be02f21e3988efe8f21b4a65e91ef86422cb183dc8c651eb876'
+sha512sums=('0e3ff627ac75577493c7a9ac5d2871c3dc930dd238b7588c69339806441df0e1b94fc4b9f5fe586ab38a75dd47431a080778cb33f3afc1c434b60e0edab4ae35'
             'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
 
 prepare() {
@@ -31,3 +32,5 @@
     mkdir -p "${pkgdir}"/usr/share/${pkgname}
     cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
 }
+
+# vim: ts=4 sw=4 et:



More information about the arch-commits mailing list