mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
pp: update to 1.0.3.
This commit is contained in:
parent
3b994445fb
commit
c1f3b51b01
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'pp'
|
||||
pkgname=pp
|
||||
version=1.0.1
|
||||
version=1.0.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simple preprocessor"
|
||||
maintainer='Michal V <michal@pmsdev.tk>'
|
||||
license="ISC"
|
||||
homepage="https://adi.tilde.institute/pp/"
|
||||
distfiles="https://adi.tilde.institute/${pkgname}/${pkgname}-${version}.tgz"
|
||||
checksum=90501faa2952223d3e1e3bdae94fe6e911b271678075fee792ba30cc8e3499e0
|
||||
homepage="https://mkws.sh/pp.html"
|
||||
distfiles="https://mkws.sh/pp/pp@${version}.tgz"
|
||||
checksum=8f7309d5a8d193fb60d36affa56599800f8f849037f7115066a6fd15f5aefac2
|
||||
|
||||
wrksrc="${pkgname}"
|
||||
|
||||
|
@ -19,4 +19,5 @@ do_build() {
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
vman pp.1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue