sd: update to 1.0.0

This commit is contained in:
cinerea0 2023-11-11 01:56:23 -05:00 committed by classabbyamp
parent be73029414
commit b045c0c628

View File

@ -1,15 +1,20 @@
# Template file for 'sd' # Template file for 'sd'
pkgname=sd pkgname=sd
version=0.7.6 version=1.0.0
revision=2 revision=1
build_style=cargo build_style=cargo
short_desc="Intuitive find & replace CLI" short_desc="Intuitive find & replace CLI"
maintainer="SolitudeSF <solitudesf@protonmail.com>" maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/chmln/sd" homepage="https://github.com/chmln/sd"
distfiles="https://github.com/chmln/sd/archive/v${version}.tar.gz" changelog="https://raw.githubusercontent.com/chmln/sd/master/CHANGELOG.md"
checksum=faf33a97797b95097c08ebb7c2451ac9835907254d89863b10ab5e0813b5fe5f distfiles="https://github.com/chmln/sd/archive/refs/tags/v${version}.tar.gz"
checksum=2adc1dec0d2c63cbffa94204b212926f2735a59753494fca72c3cfe4001d472f
post_install() { post_install() {
vman gen/sd.1
vcompletion gen/completions/sd.bash bash
vcompletion gen/completions/sd.fish fish
vcompletion gen/completions/_sd zsh
vlicense LICENSE vlicense LICENSE
} }