Skip to content

Commit

Permalink
node-flock: fix the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Dec 3, 2019
1 parent 8d9b670 commit cf28ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwrt/package/nodejs/node-flock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=node-flock
PKG_VERSION:=1.0.1
PKG_VERSION:=v1.0.1
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/yodaos-project/node-flock.git
PKG_SOURCE_VERSION:=$(PKG_VERSION)

Expand Down

0 comments on commit cf28ddc

Please sign in to comment.