mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
trurl: update to 0.10
This commit is contained in:
parent
c221868865
commit
6c9fb0ce22
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'trurl'
|
# Template file for 'trurl'
|
||||||
pkgname=trurl
|
pkgname=trurl
|
||||||
version=0.9
|
version=0.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
|
@ -9,10 +9,10 @@ checkdepends="python3"
|
||||||
short_desc="Command line tool for URL parsing and manipulation"
|
short_desc="Command line tool for URL parsing and manipulation"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/curl/trurl"
|
homepage="https://curl.se/trurl"
|
||||||
changelog="https://raw.githubusercontent.com/curl/trurl/master/RELEASE-NOTES"
|
changelog="https://raw.githubusercontent.com/curl/trurl/master/RELEASE-NOTES"
|
||||||
distfiles="https://github.com/curl/trurl/archive/refs/tags/trurl-${version}.tar.gz"
|
distfiles="https://github.com/curl/trurl/archive/refs/tags/trurl-${version}.tar.gz"
|
||||||
checksum=848da38c0ea07cd96d6adac4a5e5e141fe26e5bd846039aa350c3ca589a948e0
|
checksum=e54ee05a1a39f2547fbb39225f9cf5e2608eeaf07ad3f7dbff0a069d060d3c46
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue