Skip to content

Commit 83a7e84

Browse files
chore: update Motoko version to 1.4.1 (#4527)
* chore: update Motoko version to 1.4.1 * Update CHANGELOG.md --------- Co-authored-by: ggreif <1312006+ggreif@users.noreply.github.com> Co-authored-by: Gabor Greif <gabor.greif@caffeine.ai>
1 parent 73188cd commit 83a7e84

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Fixed incorrect commands `dfx sns config create` and `dfx sns config validate` i
1414

1515
### Motoko
1616

17-
Updated Motoko to [1.4.0](https://github.com/dfinity/motoko/releases/tag/1.4.0)
17+
Updated Motoko to [1.4.1](https://github.com/dfinity/motoko/releases/tag/1.4.1)
1818

1919
### Replica
2020

src/dfx/assets/dfx-asset-sources.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"replica-rev": "17d483c60a09b393ad82a2091b68a242ac69c72d",
33
"x86_64-darwin": {
44
"motoko": {
5-
"url": "https://github.com/dfinity/motoko/releases/download/1.4.0/motoko-Darwin-x86_64-1.4.0.tar.gz",
6-
"sha256": "4765ea8c4cc993997062d3367317afbb258e49b83276abacd54c8b8386ecc77b",
7-
"version": "1.4.0"
5+
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-Darwin-x86_64-1.4.1.tar.gz",
6+
"sha256": "92f18980095639acaa09782e3ba5a51f37729afddc9480705adcefcb783eae8e",
7+
"version": "1.4.1"
88
},
99
"pocket-ic": {
1010
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/x86_64-darwin/pocket-ic.gz",
@@ -14,9 +14,9 @@
1414
},
1515
"arm64-darwin": {
1616
"motoko": {
17-
"url": "https://github.com/dfinity/motoko/releases/download/1.4.0/motoko-Darwin-arm64-1.4.0.tar.gz",
18-
"sha256": "2409ea8c3f4d17e5b1ebeaacc7f5eabaf5b21d8a3066f3f249e554ffd5c3e7b6",
19-
"version": "1.4.0"
17+
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-Darwin-arm64-1.4.1.tar.gz",
18+
"sha256": "204b3db40e23a182a51e4a41d1b894b5120b6eea1ac2ab7ef8d50f3481dcef11",
19+
"version": "1.4.1"
2020
},
2121
"pocket-ic": {
2222
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/arm64-darwin/pocket-ic.gz",
@@ -26,9 +26,9 @@
2626
},
2727
"x86_64-linux": {
2828
"motoko": {
29-
"url": "https://github.com/dfinity/motoko/releases/download/1.4.0/motoko-Linux-x86_64-1.4.0.tar.gz",
30-
"sha256": "fd65e76a212435a11f1e972ebfd4fea3f29b2dfa7aacf71359a956740da58e59",
31-
"version": "1.4.0"
29+
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-Linux-x86_64-1.4.1.tar.gz",
30+
"sha256": "c4202c0f23d1b2f56543d9d7af9193e709363ecbef2f3a4b3da06b7de40f448d",
31+
"version": "1.4.1"
3232
},
3333
"pocket-ic": {
3434
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/x86_64-linux/pocket-ic.gz",
@@ -38,9 +38,9 @@
3838
},
3939
"arm64-linux": {
4040
"motoko": {
41-
"url": "https://github.com/dfinity/motoko/releases/download/1.4.0/motoko-Linux-aarch64-1.4.0.tar.gz",
42-
"sha256": "64c05bed0238a12e976c837661492da622f1132c16136bc5f7fb9bf68959ddff",
43-
"version": "1.4.0"
41+
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-Linux-aarch64-1.4.1.tar.gz",
42+
"sha256": "833c5d64eb59ae80b87c5e0af91af6fb7005299aa47ba5071ee5996507b0bfe4",
43+
"version": "1.4.1"
4444
},
4545
"pocket-ic": {
4646
"url": "https://download.dfinity.systems/ic/17d483c60a09b393ad82a2091b68a242ac69c72d/binaries/arm64-linux/pocket-ic.gz",
@@ -50,14 +50,14 @@
5050
},
5151
"common": {
5252
"motoko-base": {
53-
"url": "https://github.com/dfinity/motoko/releases/download/1.4.0/motoko-base-library.tar.gz",
53+
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-base-library.tar.gz",
5454
"sha256": "201a7a209d1dc489e193030700eca994170f7f850938474767d3c9902ca3b7f0",
55-
"version": "1.4.0"
55+
"version": "1.4.1"
5656
},
5757
"motoko-core": {
58-
"url": "https://github.com/dfinity/motoko/releases/download/1.4.0/motoko-core.tar.gz",
59-
"sha256": "6cf6841e30750102b59fca7c1129aae1bfe4c4ee3c32bb1d56552235388aac56",
60-
"version": "1.4.0"
58+
"url": "https://github.com/dfinity/motoko/releases/download/1.4.1/motoko-core.tar.gz",
59+
"sha256": "958d750c71a50f9f9adefa1484a138aad21f3b7630ec6aa906d600473b5ecdef",
60+
"version": "1.4.1"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)