Browse Source
ninja: update to 1.10.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
3 additions and
3 deletions
-
devel/ninja/Makefile
|
|
@ -1,12 +1,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=ninja |
|
|
|
PKG_VERSION:=1.10.1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.10.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://codeload.github.com/ninja-build/ninja/tar.gz/v$(PKG_VERSION)? |
|
|
|
PKG_HASH:=a6b6f7ac360d4aabd54e299cc1d8fa7b234cd81b9401693da21221c62569a23e |
|
|
|
PKG_HASH:=ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|