File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 82
82
{
83
83
"type" : " archive" ,
84
84
"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 " ,
87
87
"only_arches" : [
88
88
" x86_64"
89
89
]
90
90
},
91
91
{
92
92
"type" : " archive" ,
93
93
"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 " ,
96
96
"only_arches" : [
97
97
" aarch64"
98
98
]
112
112
{
113
113
"type" : " git" ,
114
114
"url" : " https://github.com/hugopl/gi-crystal.git" ,
115
- "tag" : " v0.22.2 " ,
115
+ "tag" : " v0.22.3 " ,
116
116
"dest" : " lib/gi-crystal"
117
117
},
118
118
{
Original file line number Diff line number Diff line change 48
48
<color type =" primary" scheme_preference =" dark" >#26a269</color >
49
49
</branding >
50
50
<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 >
51
60
<release version =" 3.8.0" date =" 2024-03-26" >
52
61
<description translate =" no" >
53
62
<ul >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ shards:
10
10
11
11
gi-crystal:
12
12
git: https://github.com/hugopl/gi-crystal.git
13
- version: 0.22.2
13
+ version: 0.22.3
14
14
15
15
gtk4:
16
16
git: https://github.com/hugopl/gtk4.cr.git
Original file line number Diff line number Diff line change 1
1
name : collision
2
- version : 3.8.0
2
+ version : 3.8.1
3
3
4
4
authors :
5
5
- GeopJr <evan@geopjr.dev>
You can’t perform that action at this time.
0 commit comments