Browse Source
Merge pull request #10825 from BKPepe/meson-update
meson: Update to version 0.52.1
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,12 +1,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=meson |
|
|
|
PKG_VERSION:=0.52.0 |
|
|
|
PKG_VERSION:=0.52.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION)/ |
|
|
|
PKG_HASH:=d60f75f0dedcc4fd249dbc7519d6f3ce6df490033d276ef1cf27453ef4938d32 |
|
|
|
PKG_HASH:=0c277472e49950a5537e3de3e60c57b80dbf425788470a1a8ed27446128fc035 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|