Skip to content

Commit

Permalink
feat(flatpak): bump runtime and deps (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Oct 1, 2024
1 parent d8b8027 commit 6582656
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/dev.geopjr.Collision.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "dev.geopjr.Collision",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "collision",
"finish-args": [
Expand Down Expand Up @@ -82,17 +82,17 @@
{
"type": "archive",
"dest": "crystal/",
"url": "https://github.com/crystal-lang/crystal/releases/download/1.12.2/crystal-1.12.2-1-linux-x86_64.tar.gz",
"sha256": "08fe7a4b6f1e824e7bc6c553021430ceccfcdfd9bb9f59b176a263937e0ce9f7",
"url": "https://github.com/crystal-lang/crystal/releases/download/1.13.3/crystal-1.13.3-1-linux-x86_64.tar.gz",
"sha256": "592b836fef19f383e04b3ed1082e8767907d1f50e13a2f4c2218cf6c41e6271d",
"only_arches": [
"x86_64"
]
},
{
"type": "archive",
"dest": "crystal/",
"url": "https://github.com/geopjr-forks/crystal-aarch64/releases/download/v1.12.2/crystal-1.12.2-1-linux-aarch64.tar.xz",
"sha256": "38a73601bb28cd21fafe9474afc9d41aa6407e46afb5eaa488577da95c815621",
"url": "https://github.com/geopjr-forks/crystal-aarch64/releases/download/v1.13.3/crystal-1.13.3-1-linux-aarch64.tar.xz",
"sha256": "19113bc236f0efa06418a194c0a344f1d69507bbd6bc60ef2a957ae5507d4ed6",
"only_arches": [
"aarch64"
]
Expand All @@ -112,13 +112,13 @@
{
"type": "git",
"url": "https://github.com/hugopl/gi-crystal.git",
"tag": "v0.22.3",
"tag": "v0.24.0",
"dest": "lib/gi-crystal"
},
{
"type": "git",
"url": "https://github.com/hugopl/gtk4.cr.git",
"tag": "v0.16.1",
"tag": "v0.17.0",
"dest": "lib/gtk4"
},
{
Expand Down

0 comments on commit 6582656

Please sign in to comment.