mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
n: update to 9.2.3
This commit is contained in:
parent
cdcac5583e
commit
4a88864b1c
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'n'
|
# Template file for 'n'
|
||||||
pkgname=n
|
pkgname=n
|
||||||
version=9.2.1
|
version=9.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="curl tar xz"
|
depends="curl tar"
|
||||||
short_desc="Simple command line NodeJS version management"
|
short_desc="Simple command line NodeJS version management"
|
||||||
maintainer="anelki <akierig@fastmail.de>"
|
maintainer="anelki <akierig@fastmail.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tj/n"
|
homepage="https://github.com/tj/n"
|
||||||
changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f112c291a1f441a14971ce5ee5dfb5f0a5d4251bd5f3ec556ef1c5a0687e3ee6
|
checksum=c160fd30281d2aeb07d0101758f2f592dd3c6a23370417d9c6bf1efb5368a7dd
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/n
|
vbin bin/n
|
||||||
|
|
Loading…
Add table
Reference in a new issue