instead: update to 3.2.2.
This commit is contained in:
parent
cf79df497e
commit
86757507b2
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'instead'
|
# Template file for 'instead'
|
||||||
pkgname=instead
|
pkgname=instead
|
||||||
version=3.2.1
|
version=3.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_options="gtk3 sdl2"
|
build_options="gtk3 sdl2"
|
||||||
|
@ -13,8 +13,9 @@ short_desc="Interactive fiction interpreter"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://instead-hub.github.io"
|
homepage="https://instead-hub.github.io"
|
||||||
distfiles="${SOURCEFORGE_SITE}/instead/instead/${version}/instead_${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLog"
|
||||||
checksum=241556db250e0a156b98beaf9bb71b54fc9d186130910adbeab1c1961757dad2
|
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
||||||
|
checksum=fd3e732e548a36ae85a27ea2e0743fd8c097ab8b613fc6e4b86a762fd15def1f
|
||||||
|
|
||||||
post_intall() {
|
post_intall() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue