diff --git a/srcpkgs/bacon/template b/srcpkgs/bacon/template index cd4e518057269c..f36d627c7c6007 100644 --- a/srcpkgs/bacon/template +++ b/srcpkgs/bacon/template @@ -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 }