Skip to content

Commit 7fc18eb

Browse files
committed
feat(flatpak): bump runtime and deps
1 parent 4e674c2 commit 7fc18eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

data/dev.geopjr.Collision.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "dev.geopjr.Collision",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "46",
4+
"runtime-version": "47",
55
"sdk": "org.gnome.Sdk",
66
"command": "collision",
77
"finish-args": [
@@ -82,17 +82,17 @@
8282
{
8383
"type": "archive",
8484
"dest": "crystal/",
85-
"url": "https://github.com/crystal-lang/crystal/releases/download/1.12.2/crystal-1.12.2-1-linux-x86_64.tar.gz",
86-
"sha256": "08fe7a4b6f1e824e7bc6c553021430ceccfcdfd9bb9f59b176a263937e0ce9f7",
85+
"url": "https://github.com/crystal-lang/crystal/releases/download/1.13.3/crystal-1.13.3-1-linux-x86_64.tar.gz",
86+
"sha256": "592b836fef19f383e04b3ed1082e8767907d1f50e13a2f4c2218cf6c41e6271d",
8787
"only_arches": [
8888
"x86_64"
8989
]
9090
},
9191
{
9292
"type": "archive",
9393
"dest": "crystal/",
94-
"url": "https://github.com/geopjr-forks/crystal-aarch64/releases/download/v1.12.2/crystal-1.12.2-1-linux-aarch64.tar.xz",
95-
"sha256": "38a73601bb28cd21fafe9474afc9d41aa6407e46afb5eaa488577da95c815621",
94+
"url": "https://github.com/geopjr-forks/crystal-aarch64/releases/download/v1.13.3/crystal-1.13.3-1-linux-aarch64.tar.xz",
95+
"sha256": "19113bc236f0efa06418a194c0a344f1d69507bbd6bc60ef2a957ae5507d4ed6",
9696
"only_arches": [
9797
"aarch64"
9898
]
@@ -112,13 +112,13 @@
112112
{
113113
"type": "git",
114114
"url": "https://github.com/hugopl/gi-crystal.git",
115-
"tag": "v0.22.3",
115+
"tag": "v0.24.0",
116116
"dest": "lib/gi-crystal"
117117
},
118118
{
119119
"type": "git",
120120
"url": "https://github.com/hugopl/gtk4.cr.git",
121-
"tag": "v0.16.1",
121+
"tag": "v0.17.0",
122122
"dest": "lib/gtk4"
123123
},
124124
{

0 commit comments

Comments
 (0)