trurl: update to 0.15.
This commit is contained in:
parent
eba62b6933
commit
60363edb6c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'trurl'
|
||||
pkgname=trurl
|
||||
version=0.14
|
||||
version=0.15
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_check_target="test"
|
||||
|
@ -11,8 +11,8 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|||
license="MIT"
|
||||
homepage="https://curl.se/trurl"
|
||||
changelog="https://raw.githubusercontent.com/curl/trurl/master/RELEASE-NOTES"
|
||||
distfiles="https://github.com/curl/trurl/archive/refs/tags/trurl-${version}.tar.gz"
|
||||
checksum=5080ce71984fc620c1d12010c70c22e8020aeeba7009afcdfce7a9ea40caa4d2
|
||||
distfiles="https://github.com/curl/trurl/releases/download/trurl-${version}/trurl-${version}.tar.gz"
|
||||
checksum=e58d9a698c009b2b1381f5636b5334ce7704ad2cd5ae8d30da97d483518a7f25
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue