mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Merge remote-tracking branch 'upstream/cooker-0.6.2b' into cooker-0.6.2b-icenine451
This commit is contained in:
commit
1b88540d99
|
@ -69,6 +69,15 @@
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
|
||||||
|
<release version="0.6.2b" date="2023-03-08">
|
||||||
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.2b</url>
|
||||||
|
<description>
|
||||||
|
<ul>
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release version="0.6.1b" date="2023-02-21">
|
<release version="0.6.1b" date="2023-02-21">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.1b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.1b</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -66,11 +66,11 @@ modules:
|
||||||
# The version number is hardcoded in /app/retrodeck/version
|
# The version number is hardcoded in /app/retrodeck/version
|
||||||
#
|
#
|
||||||
# UPDATE STEPS FOR MAIN:
|
# UPDATE STEPS FOR MAIN:
|
||||||
# [X] Update the VERSION variable
|
# [ ] Update the VERSION variable
|
||||||
# [X] Update the appdata.xml with the version number and notes
|
# [ ] Update the appdata.xml with the version number and notes
|
||||||
# [X] change branch into main in version-initialization (first one)
|
# [ ] change branch into main in version-initialization (first one)
|
||||||
# [X] change branch into main in retrodeck module (last one)
|
# [ ] change branch into main in retrodeck module (last one)
|
||||||
# [X] if header (before modules) was edited, edit it even in flathub.yml
|
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
||||||
#
|
#
|
||||||
- name: version-initialization
|
- name: version-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -78,7 +78,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
VERSION="0.6.1b"
|
VERSION="cooker-0.6.2b"
|
||||||
if [[ $VERSION == *"cooker"* ]];
|
if [[ $VERSION == *"cooker"* ]];
|
||||||
then
|
then
|
||||||
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
||||||
|
@ -88,7 +88,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: main
|
branch: cooker-0.6.2b
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -732,8 +732,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/xemu-project/xemu.git
|
url: https://github.com/xemu-project/xemu.git
|
||||||
tag: v0.7.84
|
tag: v0.7.85
|
||||||
commit: d8fa50e524c22f85ecb2e43108fd6a5501744351
|
commit: 065c74a00fe402f65147e9b0d1a1eeac1b4b609f
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://api.github.com/repos/xemu-project/xemu/releases/latest
|
url: https://api.github.com/repos/xemu-project/xemu/releases/latest
|
||||||
|
@ -1089,4 +1089,4 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: main
|
branch: cooker-0.6.2b
|
||||||
|
|
Loading…
Reference in a new issue