Skip to content

Commit 7330f5e

Browse files
authored
feat: v3.8.1 (#206)
1 parent 875ff31 commit 7330f5e

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

data/dev.geopjr.Collision.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@
8282
{
8383
"type": "archive",
8484
"dest": "crystal/",
85-
"url": "https://github.com/crystal-lang/crystal/releases/download/1.11.2/crystal-1.11.2-1-linux-x86_64.tar.gz",
86-
"sha256": "732eea9df6458c89157dae945fb0adbee0beb6345ca03bc3ccd299b2bf0879ae",
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",
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.11.2/crystal-1.11.2-1-linux-aarch64.tar.xz",
95-
"sha256": "4d5d8035c3ff5b7418daf0f77e2fbd437420c122a3836ca9def1533db62fe6a1",
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",
9696
"only_arches": [
9797
"aarch64"
9898
]
@@ -112,7 +112,7 @@
112112
{
113113
"type": "git",
114114
"url": "https://github.com/hugopl/gi-crystal.git",
115-
"tag": "v0.22.2",
115+
"tag": "v0.22.3",
116116
"dest": "lib/gi-crystal"
117117
},
118118
{

data/dev.geopjr.Collision.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
<color type="primary" scheme_preference="dark">#26a269</color>
4949
</branding>
5050
<releases>
51+
<release version="3.8.1" date="2024-06-23">
52+
<description translate="no">
53+
<ul>
54+
<li>Improved accessibility</li>
55+
<li>Updated dependencies</li>
56+
<li>Updated translations</li>
57+
</ul>
58+
</description>
59+
</release>
5160
<release version="3.8.0" date="2024-03-26">
5261
<description translate="no">
5362
<ul>

shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shards:
1010

1111
gi-crystal:
1212
git: https://github.com/hugopl/gi-crystal.git
13-
version: 0.22.2
13+
version: 0.22.3
1414

1515
gtk4:
1616
git: https://github.com/hugopl/gtk4.cr.git

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: collision
2-
version: 3.8.0
2+
version: 3.8.1
33

44
authors:
55
- GeopJr <evan@geopjr.dev>

0 commit comments

Comments
 (0)