wgetpaste: update to 2.32.
This commit is contained in:
parent
b54762b0c7
commit
5c20522683
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'wgetpaste'
|
||||
pkgname=wgetpaste
|
||||
version=2.30
|
||||
version=2.32
|
||||
revision=1
|
||||
depends="bash wget"
|
||||
short_desc="Script that automates pasting to a number of pastebin services"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Public Domain"
|
||||
license="MIT"
|
||||
homepage="http://wgetpaste.zlin.dk/"
|
||||
distfiles="http://wgetpaste.zlin.dk/${pkgname}-${version}.tar.bz2"
|
||||
checksum=e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592
|
||||
distfiles="https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz"
|
||||
checksum=621dbafbc7bcf5438f11447a325d8974069e3df03ef0c8bb2a2cc3de2c0cdb13
|
||||
|
||||
do_install() {
|
||||
vbin ${pkgname}
|
||||
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
||||
vsconf ${FILESDIR}/${pkgname}.example
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue