Skip to content

Commit

Permalink
Update manifests (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-trh authored Dec 18, 2023
1 parent ebb4c93 commit 4198308
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/named.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"purs-stable": "purs-0_15_13",
"purs-unstable": "purs-0_15_14-0",
"purs-unstable": "purs-0_15_14-1",
"spago-stable": "spago-0_21_0",
"spago-unstable": "spago-0_93_21",
"purs-tidy-stable": "purs-tidy-0_10_1",
Expand Down
18 changes: 18 additions & 0 deletions manifests/purs.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,5 +864,23 @@
"hash": "sha256-aYIil22yj3JHdG4VkDZj1CX/6L8cSlLUTzryiimZkAA=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-0/macos-arm64.tar.gz"
}
},
"0.15.14-1": {
"x86_64-linux": {
"hash": "sha256-shU1DDu1BfGk405JhSDSN1sXn8Y0UUZ71gSSm7416zk=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-1/linux64.tar.gz"
},
"x86_64-darwin": {
"hash": "sha256-nZO9EH8GUIychPz719WnX2/XCtWpbgFkFuBZoBjQIOM=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-1/macos.tar.gz"
},
"aarch64-linux": {
"hash": "sha256-hWf1VMyjvWLdyTYZLRGGIXyc3leEolylelP1IdS+7ZE=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-1/linux-arm64.tar.gz"
},
"aarch64-darwin": {
"hash": "sha256-juwMU2UWwoikD/i/vc/0wU6EDKn06bj/XMfuYWxWwRg=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-1/macos-arm64.tar.gz"
}
}
}

0 comments on commit 4198308

Please sign in to comment.