Skip to content

Commit 79d99d0

Browse files
chore: update Motoko version to 0.14.13 (#4293)
1 parent b544e37 commit 79d99d0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This incorporates the following executed proposals:
5858

5959
### Motoko
6060

61-
Updated Motoko to [0.14.12](https://github.com/dfinity/motoko/releases/tag/0.14.12)
61+
Updated Motoko to [0.14.13](https://github.com/dfinity/motoko/releases/tag/0.14.13)
6262

6363
### Frontend canister
6464

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"replica-rev": "60fb469c46e44e6071193a3314cc442044fcf17a",
33
"x86_64-darwin": {
44
"motoko": {
5-
"url": "https://github.com/dfinity/motoko/releases/download/0.14.12/motoko-Darwin-x86_64-0.14.12.tar.gz",
6-
"sha256": "70eb6244b75145e7499e2fb0d7ac59519283ca16c5444a9bc9302c4710efb560",
7-
"version": "0.14.12"
5+
"url": "https://github.com/dfinity/motoko/releases/download/0.14.13/motoko-Darwin-x86_64-0.14.13.tar.gz",
6+
"sha256": "29e7ea3e9665397df81b238c9bd9f9bf329140950e9a7812cc212bd209a7b18a",
7+
"version": "0.14.13"
88
},
99
"pocket-ic": {
1010
"url": "https://download.dfinity.systems/ic/60fb469c46e44e6071193a3314cc442044fcf17a/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/0.14.12/motoko-Darwin-arm64-0.14.12.tar.gz",
18-
"sha256": "48460d0952f870f1e69b69a6eb956cf02f822166f5ae8853546c3e37319849ce",
19-
"version": "0.14.12"
17+
"url": "https://github.com/dfinity/motoko/releases/download/0.14.13/motoko-Darwin-arm64-0.14.13.tar.gz",
18+
"sha256": "ae5bfa782bc4edd3dad9291a579e33634b5f4bbbc5f22e318fe5a61caf233c16",
19+
"version": "0.14.13"
2020
},
2121
"pocket-ic": {
2222
"url": "https://download.dfinity.systems/ic/60fb469c46e44e6071193a3314cc442044fcf17a/binaries/arm64-darwin/pocket-ic-server-arm64-darwin",
@@ -26,9 +26,9 @@
2626
},
2727
"x86_64-linux": {
2828
"motoko": {
29-
"url": "https://github.com/dfinity/motoko/releases/download/0.14.12/motoko-Linux-x86_64-0.14.12.tar.gz",
30-
"sha256": "0dff579ef54e9a07f1686cc91045be76cc1c4d685fe20d0c1ec1585386cbea45",
31-
"version": "0.14.12"
29+
"url": "https://github.com/dfinity/motoko/releases/download/0.14.13/motoko-Linux-x86_64-0.14.13.tar.gz",
30+
"sha256": "6cd0884f2bcd1548f615ad44ab8a68b4fdff214e7028e76674f26827b80a211f",
31+
"version": "0.14.13"
3232
},
3333
"pocket-ic": {
3434
"url": "https://download.dfinity.systems/ic/60fb469c46e44e6071193a3314cc442044fcf17a/binaries/x86_64-linux/pocket-ic.gz",
@@ -38,9 +38,9 @@
3838
},
3939
"common": {
4040
"motoko-base": {
41-
"url": "https://github.com/dfinity/motoko/releases/download/0.14.12/motoko-base-library.tar.gz",
42-
"sha256": "1c0ea4fb887668c60212d21765c237f7b21aeff706f1f4187c67d86e87a37112",
43-
"version": "0.14.12"
41+
"url": "https://github.com/dfinity/motoko/releases/download/0.14.13/motoko-base-library.tar.gz",
42+
"sha256": "5c25ee83196277660ecbcc6020ad3f8a82d5184be80d0182d1627ca60c2875e0",
43+
"version": "0.14.13"
4444
},
4545
"ic-btc-canister": {
4646
"url": "https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2024-08-30/ic-btc-canister.wasm.gz",

0 commit comments

Comments
 (0)