jpm: update to 1.0.0.
This commit is contained in:
parent
b7c952667d
commit
54d2c5afee
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jpm'
|
||||
pkgname=jpm
|
||||
version=0.0.2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
hostmakedepends="janet"
|
||||
depends="janet janet-devel"
|
||||
|
@ -8,8 +8,8 @@ short_desc="Janet Project Manager"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/janet-lang/jpm"
|
||||
distfiles="https://github.com/janet-lang/jpm/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=d3396c40677615abd02c9de3ea94d7db214d9e5978bc83cbdba861e53c344d9e
|
||||
distfiles="https://github.com/janet-lang/jpm/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=858d4ef2f6ac78222c53154dd91f8fb5994e3c3cbe253c9b0d3b9d52557eeb9b
|
||||
|
||||
do_install() {
|
||||
PREFIX=/usr DESTDIR=$DESTDIR janet bootstrap.janet
|
||||
|
|
Loading…
Reference in New Issue