diff --git a/srcpkgs/wgetpaste/template b/srcpkgs/wgetpaste/template index 1688736a76b..c91532415d7 100644 --- a/srcpkgs/wgetpaste/template +++ b/srcpkgs/wgetpaste/template @@ -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 " -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 }