gufw: update to 21.04.0.
This commit is contained in:
parent
286cb3dafd
commit
cc9a4df21c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gufw'
|
||||
pkgname=gufw
|
||||
version=20.04.1
|
||||
revision=2
|
||||
version=21.04.0
|
||||
revision=1
|
||||
wrksrc="gufw-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-distutils-extra intltool"
|
||||
|
@ -10,8 +10,8 @@ short_desc="GTK+ frontend for ufw"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gufw.org/"
|
||||
distfiles="https://github.com/costales/gufw/releases/download/${version}/gufw-${version}.tar.gz"
|
||||
checksum=bc09f67796325b2e1ea4ac2c3c541f5c6eab7aa4510f77fcd7b0a506f1e57fd8
|
||||
distfiles="https://github.com/costales/gufw/archive/refs/tags/$version.tar.gz"
|
||||
checksum=b57892ec9817ca1520b2fef31cc3ef404b243ef1230bdccfdc6d75ed4e461841
|
||||
|
||||
pre_configure() {
|
||||
vsed -i -e "s/python3.5/python$py3_ver/" bin/gufw-pkexec
|
||||
|
|
Loading…
Reference in a new issue