Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/bacon/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

Expand All @@ -28,5 +28,5 @@ fi

post_install() {
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
vlicense LICENSE
vlicense LICENSE.txt LICENSE
}