exercism: update to 3.5.5.

This commit is contained in:
Adam Price 2025-06-24 06:48:47 -04:00 committed by Duncan Overbruck
parent 3fb5fae429
commit 2c2bf1b453

View file

@ -1,7 +1,7 @@
# Template file for 'exercism' # Template file for 'exercism'
pkgname=exercism pkgname=exercism
version=3.1.0 version=3.5.5
revision=4 revision=1
build_style=go build_style=go
go_import_path="github.com/exercism/cli" go_import_path="github.com/exercism/cli"
go_package="${go_import_path}/exercism" go_package="${go_import_path}/exercism"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://exercism.io" homepage="https://exercism.io"
changelog="https://github.com/exercism/cli/raw/main/CHANGELOG.md" changelog="https://github.com/exercism/cli/raw/main/CHANGELOG.md"
distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz" distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz"
checksum=34653a6a45d49daef10db05672c9b4e36c3c30e09d57c3c0f737034d071ae4f6 checksum=7e01a838877d6fc9faea5a6ad3834351b8e485acc9053bbdf59ce3ab3ce0d3b8
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE