Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
flawfinder
Commits:
feb90ac4 by Levente Polyak at 2026-05-18T19:41:59+02:00
upgpkg: 2.0.20-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = flawfinder
pkgdesc = Searches through source code for potential security flaws
- pkgver = 2.0.19
- pkgrel = 3
+ pkgver = 2.0.20
+ pkgrel = 1
url = https://dwheeler.com/flawfinder/
arch = any
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = python-setuptools
depends = python
- source = https://dwheeler.com/flawfinder/flawfinder-2.0.19.tar.gz
- sha512sums =
7ac8684f157f30cb7cc0e2d9c270f92bb26e9207d9879530c499cc93af10070c2558f3794cc8b1a0a51b52ae771a4aa47157b467d0e6578cab96360cb0c6d90b
- b2sums =
d9b74d1882a363fa37aabd4ea6c53a5c18e15d27ee755ce2a2ea7421cb052505ef45290b5dfe7df0c3f92de1f561d274624986291d297dad8d8bf0b3550d5cdd
+ source = https://dwheeler.com/flawfinder/flawfinder-2.0.20.tar.gz
+ sha512sums =
bd72f4145733f297dd70d3ba73fff1f481d50519431d76dfc1809af8b586c8b0311a62834ce217f5ced8732e2399ef93b592caa952f9cdb36e17ff2c5223c8c7
+ b2sums =
fd952a4ebba41cda1b9b172b8ea06fd57cb7148f6c8f62434fca03bf4c9297bcf21e96d621729762fa78df05ea700db52a26d3731d84f4f25682af7611ff9669
pkgname = flawfinder
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,23 @@
# Contributor: Pranay Kanwar <[email protected]>
pkgname=flawfinder
-pkgver=2.0.19
-pkgrel=3
+pkgver=2.0.20
+pkgrel=1
pkgdesc='Searches through source code for potential security flaws'
url='https://dwheeler.com/flawfinder/'
-arch=('any')
-license=('GPL2')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
-sha512sums=('7ac8684f157f30cb7cc0e2d9c270f92bb26e9207d9879530c499cc93af10070c2558f3794cc8b1a0a51b52ae771a4aa47157b467d0e6578cab96360cb0c6d90b')
-b2sums=('d9b74d1882a363fa37aabd4ea6c53a5c18e15d27ee755ce2a2ea7421cb052505ef45290b5dfe7df0c3f92de1f561d274624986291d297dad8d8bf0b3550d5cdd')
+arch=(any)
+license=(GPL-2.0-or-later)
+depends=(
+ python
+)
+makedepends=(
+ python-setuptools
+)
+source=(
+ https://dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz
+)
+sha512sums=('bd72f4145733f297dd70d3ba73fff1f481d50519431d76dfc1809af8b586c8b0311a62834ce217f5ced8732e2399ef93b592caa952f9cdb36e17ff2c5223c8c7')
+b2sums=('fd952a4ebba41cda1b9b172b8ea06fd57cb7148f6c8f62434fca03bf4c9297bcf21e96d621729762fa78df05ea700db52a26d3731d84f4f25682af7611ff9669')
check() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flawfinder/-/commit/feb90ac49106a1a0c4788647406980f8273ca40e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/flawfinder/-/commit/feb90ac49106a1a0c4788647406980f8273ca40e
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help