exercism: update to 3.1.0.
This commit is contained in:
parent
a7b51bc589
commit
21fcc849b2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'exercism'
|
||||
pkgname=exercism
|
||||
version=3.0.13
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/exercism/cli"
|
||||
|
@ -9,8 +9,9 @@ short_desc="Command line tool for exercism.io"
|
|||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://exercism.io"
|
||||
changelog="https://github.com/exercism/cli/raw/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz"
|
||||
checksum=ecc27f272792bc8909d14f11dd08f0d2e9bde4cc663b3769e00eab6e65328a9f
|
||||
checksum=34653a6a45d49daef10db05672c9b4e36c3c30e09d57c3c0f737034d071ae4f6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue