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

Levente Polyak anthraxx at archlinux.org
Thu Aug 1 20:21:02 UTC 2019


    Date: Thursday, August 1, 2019 @ 20:21:01
  Author: anthraxx
Revision: 496469

upgpkg: checksec 2.1.0-1

Modified:
  checksec/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-01 19:36:40 UTC (rev 496468)
+++ PKGBUILD	2019-08-01 20:21:01 UTC (rev 496469)
@@ -4,7 +4,7 @@
 
 pkgname=checksec
 _pkgname=checksec.sh
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Tool designed to test which standard Linux OS and PaX security features are being used'
 url='https://github.com/slimm609/checksec.sh'
@@ -11,9 +11,9 @@
 arch=('any')
 license=('BSD')
 depends=('bash' 'binutils' 'procps-ng')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/slimm609/checksec.sh/archive/${pkgver}.tar.gz)
-sha256sums=('16ac66217cfdced5e07ce193826cd8c92bd9e1d6048511134149270d39b4ee44')
-sha512sums=('b2466b621b6ddb3fa01cfc5eb3dc301d6d616b26ddd2017a622ba2a24e9daf8f5e294236d1dda695fd9ab25fa411724b5f7dbdabc944cdc124e4369c176f35b4')
+source=(https://github.com/slimm609/checksec.sh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e50a92a2bb22d40d1aa297cd011209ab5ad0b620236dfb9a7afe4c29744260a9')
+sha512sums=('66090777de15c492090da3494127037ffe20a169b426b054b3a8f642e9c980b2a99d5c8f8411715d74b1faed41023fb17770d3f07eec5b9efda0a43b64c07a74')
 
 prepare() {
   cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list