wgetpaste: update to 2.34

This commit is contained in:
wbp
2026-08-04 17:46:34 +02:00
committed by Duncan Overbruck
parent 477213d4fe
commit 9dc90fba46
+5 -5
View File
@@ -1,6 +1,6 @@
# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.33
version=2.34
revision=1
depends="bash wget"
short_desc="Script that automates pasting to a number of pastebin services"
@@ -8,11 +8,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://wgetpaste.zlin.dk/"
distfiles="https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz"
checksum=e9359d84a3a63bbbd128621535c5302f2e3a85e23a52200e81e8fab9b77e971b
checksum=bd6d06ed901a3d63c9c8c57126084ff0994f09901bfb1638b87953eac1e9433f
do_install() {
vbin ${pkgname}
vinstall _${pkgname} 644 usr/share/zsh/site-functions
vsconf ${FILESDIR}/${pkgname}.example
vbin wgetpaste
vinstall _wgetpaste 644 usr/share/zsh/site-functions
vsconf ${FILESDIR}/wgetpaste.example
vlicense LICENSE
}