aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-penlight/Makefile
Commit message (Collapse)AuthorAge
* lang: lua-penlight: update to 1.13.1Karl Palsson2022-09-26
| | | | | | | | | | | These are bugfix and feature releases. Changes from 1.11->1.12: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1120-2022-jan-10 Changes from 1.12->1.13: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1130-2022-jul-22 Signed-off-by: Karl Palsson <karlp@etactica.com>
* lua: penlight: bump to 1.11.0Karl Palsson2021-08-25
| | | | | | | | | | | | Feature updates, and some minor bugfixes. Changelog for 1.11.0: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md#1110-2021-08-18 Changelog for prior releases rolled up here are in the same changelog. This also moves to the "final" home, under lunarmodules, instead of the temporary "tieske" maintainer's private github, see https://github.com/lunarmodules/Penlight/issues/339 Signed-off-by: Karl Palsson <karlp@etactica.com>
* lua-penlight: Update to 1.8.0Karl Palsson2020-08-19
| | | | | | Full changelog at https://github.com/Tieske/Penlight/blob/master/CHANGELOG.md#180-2020-08-05 Signed-off-by: Karl Palsson <karlp@etactica.com>
* lua-penlight: bump to 1.7.0Karl Palsson2020-01-09
| | | | | | | | Maintainership upstream has changed: https://github.com/Tieske/Penlight/issues/306#issuecomment-536194901 Various fixes across the project, nothing individually standout. Signed-off-by: Karl Palsson <karlp@etactica.com>
* lua-penlight: update to 1.6.0Karl Palsson2018-12-10
| | | | | | | | | | | | | | Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23 Interesting changes: * version numbers fixed * import_into includes everything properly * more compat with lua 5.1 Includes a switch to codeload to avoid the git cloning and mirror hashes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* lang/penlight: Update maintainer emailKarl Palsson2017-08-17
| | | | | Signed-off-by: Karl Palsson <karlp@remake.is> Signed-off-by: Karl Palsson <karlp@etactica.com>
* lang/penlight: Update to 1.5.4Karl Palsson2017-08-17
| | | | | | | | | Major release from old 1.3.2. See https://github.com/stevedonovan/Penlight/blob/master/CHANGES.md Changes, fixes and features. Signed-off-by: Karl Palsson <karlp@etactica.com>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* lua-penlight: Bump to version 1.3.2Karl Palsson2015-03-16
| | | | | | And include the pkg md5sum finally. Signed-off-by: Karl Palsson <karlp@remake.is>
* lang: lua: Add penlight libraryKarl Palsson2014-12-18
Created new package for last current release of penlight. Signed-off-by: Karl Palsson <karlp@remake.is>