mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
instead: fix typo
This commit is contained in:
parent
41d392bf5d
commit
0ad5b01307
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'instead'
|
# Template file for 'instead'
|
||||||
pkgname=instead
|
pkgname=instead
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_options="gtk3 sdl2"
|
build_options="gtk3 sdl2"
|
||||||
build_options_default="sdl2"
|
build_options_default="sdl2"
|
||||||
|
@ -17,6 +17,6 @@ changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLo
|
||||||
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz"
|
||||||
checksum=fd3e732e548a36ae85a27ea2e0743fd8c097ab8b613fc6e4b86a762fd15def1f
|
checksum=fd3e732e548a36ae85a27ea2e0743fd8c097ab8b613fc6e4b86a762fd15def1f
|
||||||
|
|
||||||
post_intall() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue