Skip to content
Merged
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/puzzles/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'puzzles'
pkgname=puzzles
version=20240102.7a93ae5
version=20260410.06e37f1
revision=1
build_style=cmake
configure_args="-DNAME_PREFIX=puzzles-"
Expand All @@ -10,8 +10,8 @@ short_desc="Simon Tatham's Portable Puzzle Collection"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=7a93ae5d3c90cb5d1d8d775a8cd9d30bc745f658;sf=tgz>${pkgname}-${version#*.}.tgz"
checksum=a164b49f4868be8d4a7b004949c630083ef131ab5c27de221c761a9329c518c9
distfiles="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz"
checksum=15d8834cfc3775fffc8fefb09064f13b706f9cac3b38817cc572cdccbc3cba73

post_install() {
vlicense LICENCE LICENSE
Expand Down