bacon: update to 5.0.2

This commit is contained in:
elbachir-one
2026-03-20 00:35:18 -04:00
committed by cinerea0
parent 52ec82e30b
commit 8b09701edb
+3 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'bacon'
pkgname=bacon
version=4.4
version=5.0.2
revision=1
build_style=gnu-configure
configure_args="--with-bash --enable-gui-fltk"
@@ -12,7 +12,7 @@ license="MIT"
homepage="https://www.basic-converter.org"
changelog="https://www.basic-converter.org/stable/CHANGES"
distfiles="https://www.basic-converter.org/museum/bacon-${version}.tar.gz"
checksum=dbd7c983530743922c8ae21ef5c471df894ece9af12b4075564deb7e0659babf
checksum=50950d3e1d3ab5405b89501c2875f55306035c81824c4ef29176f23cf507e721
disable_parallel_build=yes
nocross=yes
@@ -28,5 +28,5 @@ fi
post_install() {
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
vlicense LICENSE
vlicense LICENSE.txt LICENSE
}