Skip to content

Commit

Permalink
Update manifests (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-trh authored Jul 25, 2024
1 parent c46925e commit 8b1ea11
Show file tree
Hide file tree
Showing 2 changed files with 29 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_15",
"purs-unstable": "purs-0_15_16-1",
"purs-unstable": "purs-0_15_16-3",
"spago-stable": "spago-0_21_0",
"spago-unstable": "spago-0_93_37",
"purs-tidy-stable": "purs-tidy-0_11_0",
Expand Down
28 changes: 28 additions & 0 deletions manifests/purs.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,5 +990,33 @@
"hash": "sha256-C4ZQceM/DoWu5g5+ZxHu08lkEQaRZIjNHcWJPSu1zeE=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-1/macos-arm64.tar.gz"
}
},
"0.15.16-2": {
"x86_64-linux": {
"hash": "sha256-4J7jKB4ENpl8x/oTpWRXNf4cXoEkxmUNKOyizNocib0=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-2/linux64.tar.gz"
},
"aarch64-linux": {
"hash": "sha256-76BBvBOuRXMEQzvufQGsnxkVo2JnD/+pJB+i1w+J3xM=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-2/linux-arm64.tar.gz"
},
"aarch64-darwin": {
"hash": "sha256-Fg/8Y0Ycopk/EF8f3dGK43nrmWTm3HT3BjQnEzyzEZs=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-2/macos-arm64.tar.gz"
}
},
"0.15.16-3": {
"x86_64-linux": {
"hash": "sha256-/7mfNCI2LiEQKZJBwe1C+rEh+RudL5mHKSWkfVgoGwI=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-3/linux64.tar.gz"
},
"aarch64-linux": {
"hash": "sha256-/jydzxl2KE3ZhZvIpujuEP1c6oDTOc/UWRd7JoMUKcw=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-3/linux-arm64.tar.gz"
},
"aarch64-darwin": {
"hash": "sha256-gRc6LbE63kgGVdcuPQRIvlPQWhAsK3szTRZ2/tRaJL0=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-3/macos-arm64.tar.gz"
}
}
}

0 comments on commit 8b1ea11

Please sign in to comment.