Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/n/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'n'
pkgname=n
version=10.1.0
version=10.2.0
revision=1
build_style=gnu-makefile
depends="curl tar"
short_desc="Simple command line NodeJS version management"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="dito cujo <git@cujo.casa>"
license="MIT"
homepage="https://github.com/tj/n"
changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
checksum=53f686808ef37728922ad22e8a5560f4caf1d214d706639ef8eca6e72b891697
checksum=5914f0d5e89aadaaaeb803baa89a7582747b0c57ad30201b3522cd76f504c7d9

do_install() {
vbin bin/n
Expand Down