Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-trh committed Dec 20, 2023
1 parent 4198308 commit 65f0ceb
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-1",
"purs-unstable": "purs-0_15_14-2",
"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 @@ -882,5 +882,23 @@
"hash": "sha256-juwMU2UWwoikD/i/vc/0wU6EDKn06bj/XMfuYWxWwRg=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-1/macos-arm64.tar.gz"
}
},
"0.15.14-2": {
"x86_64-linux": {
"hash": "sha256-QqRKehUDUwt6SzdcdtHKKC2tsrJkR8k5reNnXT3EUyA=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-2/linux64.tar.gz"
},
"x86_64-darwin": {
"hash": "sha256-DPL6COonzPaifb+O3ZqTHFQLNRcnWVH/RzdBlyhWbnQ=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-2/macos.tar.gz"
},
"aarch64-linux": {
"hash": "sha256-TqaB+DI2EiHr1yRcjmrpZCXAeQZauQFbqZ8HEGhqb5g=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-2/linux-arm64.tar.gz"
},
"aarch64-darwin": {
"hash": "sha256-iagJIbC98RDfV+V4fOht3nzcoKHgDq8+iS1Kyam0vM4=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.14-2/macos-arm64.tar.gz"
}
}
}

0 comments on commit 65f0ceb

Please sign in to comment.