Skip to content

Commit

Permalink
godot-beta, godot-mono-beta fixing source
Browse files Browse the repository at this point in the history
- Moving source to godotengine/godot-builds
- Updating manifest to latest beta
  • Loading branch information
RespiteFromReality committed Jan 31, 2025
1 parent faaf7e2 commit 9c7e6f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions bucket/godot-beta.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "4.3-beta3",
"version": "4.4-beta2",
"description": "A feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.",
"homepage": "https://godotengine.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.tuxfamily.org/godotengine/4.3/beta3/Godot_v4.3-beta3_win64.exe.zip",
"hash": "sha512:c444dd26d158406e353403b96b4706c764ff730c452adead6dcf2a321498e0e75661d18a6691c95f180037b86be5d7dcc0c172e61a3e9c5ae890c95fe9232a8e"
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_win64.exe.zip",
"hash": "sha512:238c9c43a727fca8d6e1ea619699340bc4ef1a308b66ac80a995e308dde45741eeca3b6433997b13dec2fedcdb82598c1d90d8a7b3dfe57ab0fe92b0285385d1"
},
"32bit": {
"url": "https://downloads.tuxfamily.org/godotengine/4.3/beta3/Godot_v4.3-beta3_win32.exe.zip",
"hash": "sha512:8b92be368e60188a08fb8cb49352a318b8b21e8f46d4e2003c8756afad2175f170af24cfe2b62f0fc0c590e129513528bf42e09651f8fc219b81acb30d35736a"
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_win32.exe.zip",
"hash": "sha512:1402d638847fb2befced5eeeffd3e9c3dbc939bdf30b3b5bdb4b97322a3344e56df222de25509a0cdb6388425a3cd76dc7fc0e8505a53a5fb94226b01c4a4b2b"
}
},
"pre_install": [
Expand All @@ -25,17 +25,17 @@
]
],
"checkver": {
"url": "https://godotengine.org/blog/pre-release/",
"regex": "Dev snapshot: Godot (?<ver>[\\d.]+) beta (?<beta>[\\d.]+)",
"url": "https://github.com/godotengine/godot-builds/releases",
"regex": "(?<ver>[\\d.]+)-beta(?<beta>[\\d.]+)",
"replace": "${1}-beta${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.tuxfamily.org/godotengine/$matchVer/beta$matchBeta/Godot_v$version_win64.exe.zip"
"url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_win64.exe.zip"
},
"32bit": {
"url": "https://downloads.tuxfamily.org/godotengine/$matchVer/beta$matchBeta/Godot_v$version_win32.exe.zip"
"url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_win32.exe.zip"
}
},
"hash": {
Expand Down
22 changes: 11 additions & 11 deletions bucket/godot-mono-beta.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "4.3-beta3",
"version": "4.4-beta2",
"description": "A feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.",
"homepage": "https://godotengine.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.tuxfamily.org/godotengine/4.3/beta3/mono/Godot_v4.3-beta3_mono_win64.zip",
"hash": "sha512:dc5ee769741f296f71fdaa81141a44af823ee5347981abdce80edeee8c463907f58443a7fc391cd65489325e1bafd5a3f13733b24dc86fac1bf26be756f8695e",
"extract_dir": "Godot_v4.3-beta3_mono_win64"
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_mono_win64.zip",
"hash": "sha512:27f6deda40f8c3273ca3c7fd3e5f20c2431d8befa3e15682b60a82d96578535defba12d4f6cc41f1f0e7b643e3814535c702275c08334278592391ad9979d038",
"extract_dir": "Godot_v4.4-beta2_mono_win64"
},
"32bit": {
"url": "https://downloads.tuxfamily.org/godotengine/4.3/beta3/mono/Godot_v4.3-beta3_mono_win32.zip",
"hash": "sha512:1efa6993b5711e8dd0753b927e47474448b59ead3deae846a2ac7824f99477a5611da994768160052a9679357657b62c3af62e6633af366bb58456b1278d32c4",
"extract_dir": "Godot_v4.3-beta3_mono_win32"
"url": "https://github.com/godotengine/godot-builds/releases/download/4.4-beta2/Godot_v4.4-beta2_mono_win32.zip",
"hash": "sha512:672d50d2462195e5f3cb7e6faad7af4265c2a836a1e18d5f647e3e3db02c3e55359b5ba1cff78d29206e681f900f8cb1276b73c4b434ff963b1e7ac1531894f4",
"extract_dir": "Godot_v4.4-beta2_mono_win32"
}
},
"pre_install": [
Expand All @@ -27,18 +27,18 @@
]
],
"checkver": {
"url": "https://godotengine.org/blog/pre-release/",
"regex": "Dev snapshot: Godot (?<ver>[\\d.]+) beta (?<beta>[\\d.]+)",
"url": "https://github.com/godotengine/godot-builds/releases",
"regex": "(?<ver>[\\d.]+)-beta(?<beta>[\\d.]+)",
"replace": "${1}-beta${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.tuxfamily.org/godotengine/$matchVer/$preReleaseVersion/mono/Godot_v$version_mono_win64.zip",
"url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_win64.zip",
"extract_dir": "Godot_v$version_mono_win64"
},
"32bit": {
"url": "https://downloads.tuxfamily.org/godotengine/$matchVer/$preReleaseVersion/mono/Godot_v$version_mono_win32.zip",
"url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_win32.zip",
"extract_dir": "Godot_v$version_mono_win32"
}
},
Expand Down

0 comments on commit 9c7e6f4

Please sign in to comment.