mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
CEMU: updated to v2.0-79 + glslang to 14.1.0
This commit is contained in:
parent
555d2a5b46
commit
f19de9ac38
|
@ -210,6 +210,7 @@ modules:
|
|||
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
||||
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
||||
|
||||
# dependency of: CEMU
|
||||
- name: glslang
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
|
@ -222,8 +223,8 @@ modules:
|
|||
- /lib/cmake
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/KhronosGroup/glslang/archive/14.0.0.tar.gz
|
||||
sha256: 80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0
|
||||
url: https://github.com/KhronosGroup/glslang/archive/14.1.0.tar.gz
|
||||
sha256: b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322
|
||||
x-checker-data:
|
||||
type: anitya
|
||||
stable-only: true
|
||||
|
@ -984,8 +985,8 @@ modules:
|
|||
- /lib/cmake
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2
|
||||
sha256: cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454
|
||||
url: https://boostorg.jfrog.io/artifactory/main/release/1.85.0/source/boost_1_85_0.tar.bz2
|
||||
sha256: 7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617
|
||||
x-checker-data:
|
||||
type: anitya
|
||||
project-id: 6845
|
||||
|
@ -1062,8 +1063,8 @@ modules:
|
|||
x-checker-data:
|
||||
type: git
|
||||
tag-pattern: ^v([\d.]+-\d+)$
|
||||
tag: v2.0-73
|
||||
commit: 241915e1a6bfd92e4ffd0d6961a178335300e83f
|
||||
tag: v2.0-79
|
||||
commit: efbbb817fe1cbe09ee132344b44a0f61f8b8ac96
|
||||
- type: shell
|
||||
commands:
|
||||
- sed "s/set(EXPERIMENTAL_VERSION.*/set(EXPERIMENTAL_VERSION \"$(git describe
|
||||
|
|
Loading…
Reference in a new issue