mirror of
https://github.com/openwrt/video.git
synced 2026-07-12 22:44:52 +04:00
glslang: update to 16.3.0 (Vulkan SDK 1.4.350)
Part of the coordinated Vulkan SDK 1.4.350 release (vulkan-sdk-1.4.350.0). https://vulkan.lunarg.com/doc/sdk/1.4.350.0/linux/release_notes.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=glslang
|
||||
# 16.2.0 references the same commit as the Vulkan SDK 1.4.341.0 release tag
|
||||
# (vulkan-sdk-1.4.341.0); use the semver tag here to keep package-manager
|
||||
# 16.3.0 references the same commit as the Vulkan SDK 1.4.350.0 release tag
|
||||
# (vulkan-sdk-1.4.350.0); use the semver tag here to keep package-manager
|
||||
# version comparisons monotonic.
|
||||
PKG_VERSION:=16.2.0
|
||||
PKG_VERSION:=16.3.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/KhronosGroup/$(PKG_NAME)/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=01985335785c97906a91afe3cb5ee015997696181ec6c125bab5555602ba08e2
|
||||
PKG_HASH:=efff5a15258dce1ca2d323bf64c974f5fca03778174615dbc30c8d36db645bf5
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=BSD-3-Clause BSD-2-Clause MIT Apache GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user