Skip to content

Commit 75c56d3

Browse files
authored
chore: update Motoko version to 0.13.5 (#4029)
1 parent 03e9db8 commit 75c56d3

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ Your principal for ICP wallets and decentralized exchanges: ueuar-wxbnk-bdcsr-dn
6464
(run `dfx identity get-principal` to display)
6565
```
6666

67+
## Dependencies
68+
69+
### Motoko
70+
71+
Updated Motoko to [0.13.5](https://github.com/dfinity/motoko/releases/tag/0.13.5)
72+
6773
# 0.24.3
6874

6975
### feat: Bitcoin support in PocketIC

nix/sources.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,27 +130,27 @@
130130
"builtin": false,
131131
"description": "The Motoko base library",
132132
"owner": "dfinity",
133-
"sha256": "0z3w3yv0kbnkcyqbasbcvi0505vnh5d94jmnv0pw6wy5f75gjq86",
133+
"sha256": "1fviam3c27d49hpqap104dprbd0hm08hf4g4xphkbf8pkmhh3jif",
134134
"type": "tarball",
135-
"url": "https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-base-library.tar.gz",
135+
"url": "https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-base-library.tar.gz",
136136
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-base-library.tar.gz",
137-
"version": "0.13.4"
137+
"version": "0.13.5"
138138
},
139139
"motoko-x86_64-darwin": {
140140
"builtin": false,
141-
"sha256": "1i3yx0yxr1v1i2r8g4sskvn34bsiq0jjsa8i8qhmlyp8cc9pnkk7",
141+
"sha256": "0z5zp6l8p2qyz3a2bsrm5sm7q5dm9s1xyfkh4q15gn89g76lj49d",
142142
"type": "file",
143-
"url": "https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-Darwin-x86_64-0.13.4.tar.gz",
143+
"url": "https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Darwin-x86_64-0.13.5.tar.gz",
144144
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Darwin-x86_64-<version>.tar.gz",
145-
"version": "0.13.4"
145+
"version": "0.13.5"
146146
},
147147
"motoko-x86_64-linux": {
148148
"builtin": false,
149-
"sha256": "0ks7h8q1js2li07k3p8aj7j9nyizys9dyzf1ks7wsbz4i7gwpbbz",
149+
"sha256": "03ggnlnknag4i1536p4am2bvmiqxqsfcfb0h6d13kxw0dhdbcsyg",
150150
"type": "file",
151-
"url": "https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-Linux-x86_64-0.13.4.tar.gz",
151+
"url": "https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Linux-x86_64-0.13.5.tar.gz",
152152
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Linux-x86_64-<version>.tar.gz",
153-
"version": "0.13.4"
153+
"version": "0.13.5"
154154
},
155155
"pocket-ic-x86_64-darwin": {
156156
"rev": "a62848817cec7ae50618a87a526c85d020283fd9",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ url = 'https://download.dfinity.systems/ic/a62848817cec7ae50618a87a526c85d020283
2222
sha256 = 'f999d8a7e582bee1dce787d36224f749cf17d52c0623e0752cdbffba47879f4c'
2323

2424
[x86_64-darwin.motoko]
25-
url = 'https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-Darwin-x86_64-0.13.4.tar.gz'
26-
sha256 = '674e7b1363e87a5a214611292d25c0512f32ec9e5a9387b2886187dc3de87ec4'
25+
url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Darwin-x86_64-0.13.5.tar.gz'
26+
sha256 = '2d1149cd7909d9570226703adf834eb5157caa2e35eb25d4f81e8b8ba8b9bf7c'
2727
# The replica, canister_sandbox and compiler_sandbox binaries must have the same revision.
2828

2929
[x86_64-darwin.replica]
@@ -53,8 +53,8 @@ url = 'https://download.dfinity.systems/ic/a62848817cec7ae50618a87a526c85d020283
5353
sha256 = 'fd47abe1876c3bf08246f97908c6badb3cf84ca402d8f4015759883d69689af6'
5454

5555
[x86_64-darwin.motoko-base]
56-
url = 'https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-base-library.tar.gz'
57-
sha256 = '1dfac29c1422f5426dc0cb35df4562dd750f3ad9b3859fbf066a5972457f9146'
56+
url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-base-library.tar.gz'
57+
sha256 = '7f02ddaffc30f68496697b6308acd2601408a7e182c935f6c3ca8cf843b847c3'
5858

5959
[x86_64-darwin.ic-btc-canister]
6060
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'
@@ -81,8 +81,8 @@ url = 'https://download.dfinity.systems/ic/a62848817cec7ae50618a87a526c85d020283
8181
sha256 = 'a13497bf7d255b3a235b14967934ec766a93dca1b410ce953880d86fb4b5c422'
8282

8383
[x86_64-linux.motoko]
84-
url = 'https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-Linux-x86_64-0.13.4.tar.gz'
85-
sha256 = '7fadcbdf89e42fcd8f9ec17ddf92f63f7a9be4910add310f885468193082474f'
84+
url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-Linux-x86_64-0.13.5.tar.gz'
85+
sha256 = 'cf6bb61a6c80f7394233102cc79cc61dc7ba97a88a5c334a88e4293b2db5ef0d'
8686
# The replica, canister_sandbox and compiler_sandbox binaries must have the same revision.
8787

8888
[x86_64-linux.replica]
@@ -112,8 +112,8 @@ url = 'https://download.dfinity.systems/ic/a62848817cec7ae50618a87a526c85d020283
112112
sha256 = '7b14e2a196dd24ab171990ea755746f4b8c0776eaca64951be4150f83c019099'
113113

114114
[x86_64-linux.motoko-base]
115-
url = 'https://github.com/dfinity/motoko/releases/download/0.13.4/motoko-base-library.tar.gz'
116-
sha256 = '1dfac29c1422f5426dc0cb35df4562dd750f3ad9b3859fbf066a5972457f9146'
115+
url = 'https://github.com/dfinity/motoko/releases/download/0.13.5/motoko-base-library.tar.gz'
116+
sha256 = '7f02ddaffc30f68496697b6308acd2601408a7e182c935f6c3ca8cf843b847c3'
117117

118118
[x86_64-linux.ic-btc-canister]
119119
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'

0 commit comments

Comments
 (0)