jpm: update to 1.1.0.
This commit is contained in:
parent
4feb50f934
commit
c6a4841dc7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'jpm'
|
||||
pkgname=jpm
|
||||
version=1.0.0
|
||||
revision=2
|
||||
version=1.1.0
|
||||
revision=1
|
||||
hostmakedepends="janet"
|
||||
depends="janet janet-devel"
|
||||
short_desc="Janet Project Manager"
|
||||
|
@ -9,7 +9,7 @@ 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/v${version}.tar.gz"
|
||||
checksum=858d4ef2f6ac78222c53154dd91f8fb5994e3c3cbe253c9b0d3b9d52557eeb9b
|
||||
checksum=337c40d9b8c087b920202287b375c2962447218e8e127ce3a5a12e6e47ac6f16
|
||||
|
||||
do_install() {
|
||||
PREFIX=/usr DESTDIR=$DESTDIR janet bootstrap.janet
|
||||
|
|
Loading…
Add table
Reference in a new issue