diff options
| author | Francois Perrad <fperrad@gmail.com> | 2018-12-19 09:17:04 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-31 17:43:17 +0100 |
| commit | 95176657e57e54671344cc6cc61249780100aef2 (patch) | |
| tree | e766c63218dd1b5a8a91389fe64ef50815004105 /package/argparse | |
| parent | b38992449890753504a7c846837fdfc9a5142f99 (diff) | |
| download | buildroot-95176657e57e54671344cc6cc61249780100aef2.tar.gz buildroot-95176657e57e54671344cc6cc61249780100aef2.zip | |
package/lua*: regeneration of *.mk files
This commit aligns the .mk files of Lua packages so that they match
with the output of the recently added Buildroot addon for Luarocks.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/argparse')
| -rw-r--r-- | package/argparse/argparse.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/argparse/argparse.mk b/package/argparse/argparse.mk index 2b0094ddb3..04c46b5279 100644 --- a/package/argparse/argparse.mk +++ b/package/argparse/argparse.mk @@ -4,8 +4,7 @@ # ################################################################################ -ARGPARSE_VERSION_UPSTREAM = 0.6.0 -ARGPARSE_VERSION = $(ARGPARSE_VERSION_UPSTREAM)-1 +ARGPARSE_VERSION = 0.6.0-1 ARGPARSE_SUBDIR = argparse ARGPARSE_LICENSE = MIT ARGPARSE_LICENSE_FILES = $(ARGPARSE_SUBDIR)/LICENSE |

