Browse Source
Merge pull request #12242 from neheb/messon
meson: update to 0.54.2
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
devel/meson/Makefile
|
|
@ -1,11 +1,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=meson |
|
|
|
PKG_VERSION:=0.54.1 |
|
|
|
PKG_VERSION:=0.54.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=meson |
|
|
|
PKG_HASH:=2f76fb4572762be13ee479292610091b4509af5788bcceb391fe222bcd0296dc |
|
|
|
PKG_HASH:=a7716eeae8f8dff002e4147642589ab6496ff839e4376a5aed761f83c1fa0455 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|