Skip to content

Commit

Permalink
feat: v3.8.1 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Jun 23, 2024
1 parent 875ff31 commit 7330f5e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
10 changes: 5 additions & 5 deletions data/dev.geopjr.Collision.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@
{
"type": "archive",
"dest": "crystal/",
"url": "https://github.com/crystal-lang/crystal/releases/download/1.11.2/crystal-1.11.2-1-linux-x86_64.tar.gz",
"sha256": "732eea9df6458c89157dae945fb0adbee0beb6345ca03bc3ccd299b2bf0879ae",
"url": "https://github.com/crystal-lang/crystal/releases/download/1.12.2/crystal-1.12.2-1-linux-x86_64.tar.gz",
"sha256": "08fe7a4b6f1e824e7bc6c553021430ceccfcdfd9bb9f59b176a263937e0ce9f7",
"only_arches": [
"x86_64"
]
},
{
"type": "archive",
"dest": "crystal/",
"url": "https://github.com/geopjr-forks/crystal-aarch64/releases/download/v1.11.2/crystal-1.11.2-1-linux-aarch64.tar.xz",
"sha256": "4d5d8035c3ff5b7418daf0f77e2fbd437420c122a3836ca9def1533db62fe6a1",
"url": "https://github.com/geopjr-forks/crystal-aarch64/releases/download/v1.12.2/crystal-1.12.2-1-linux-aarch64.tar.xz",
"sha256": "38a73601bb28cd21fafe9474afc9d41aa6407e46afb5eaa488577da95c815621",
"only_arches": [
"aarch64"
]
Expand All @@ -112,7 +112,7 @@
{
"type": "git",
"url": "https://github.com/hugopl/gi-crystal.git",
"tag": "v0.22.2",
"tag": "v0.22.3",
"dest": "lib/gi-crystal"
},
{
Expand Down
9 changes: 9 additions & 0 deletions data/dev.geopjr.Collision.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
<color type="primary" scheme_preference="dark">#26a269</color>
</branding>
<releases>
<release version="3.8.1" date="2024-06-23">
<description translate="no">
<ul>
<li>Improved accessibility</li>
<li>Updated dependencies</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.8.0" date="2024-03-26">
<description translate="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shards:

gi-crystal:
git: https://github.com/hugopl/gi-crystal.git
version: 0.22.2
version: 0.22.3

gtk4:
git: https://github.com/hugopl/gtk4.cr.git
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: collision
version: 3.8.0
version: 3.8.1

authors:
- GeopJr <[email protected]>
Expand Down

0 comments on commit 7330f5e

Please sign in to comment.