Skip to content

Commit

Permalink
Update archive hashes for release v0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf committed May 2, 2023
1 parent 11f7940 commit 055f227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ hassle. Simply add the following to your `WORKSPACE` file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "skyscope",
sha256 = "b22e68b65330a3666d0e97f859b06df976ee0e167082c1da84865a7d423bb7b5",
urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.4/skyscope.zip"]
sha256 = "0879de9a63b2e634839e87c2662608ead07724259bc45e17ae061e1bbd45a376",
urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.5/skyscope.zip"]
)
load("@skyscope//:repository.bzl", "configure_skyscope")
configure_skyscope()
Expand All @@ -75,7 +75,7 @@ its `WORKSPACE` file.

1. Go to the [releases page](https://github.com/tweag/skyscope/releases) and
pick the version you want. The latest is
[v0.2.4](https://github.com/tweag/skyscope/releases/v0.2.4).
[v0.2.5](https://github.com/tweag/skyscope/releases/v0.2.5).

2. Download a zip archive for your Operating System (currently supported are
Linux and MacOS).
Expand Down
6 changes: 3 additions & 3 deletions release/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ load(":package.bzl", "package_release")
package_release(
"//backend:skyscope",
{
"@platforms//os:linux": "f1c4d7cadf0c1e4aba2c6cafd15fb63825e74038e73c591db808b8849a876b24",
"@platforms//os:macos": "94cee1ecaafc88af7758908e0016553afdcc98151f53a650f893fc18e07d4aa8",
"@platforms//os:linux": "ecb9642dfe63071c4fbf55a424823ff0c30852f3b2d7f79c7c3280f9f2af76e7",
"@platforms//os:macos": "733e4131264d2b99d1861bbbec7ea0a5bf063b3615e62a12f9800596b082ce6e",
},
"https://github.com/tweag/skyscope/releases/download/v0.2.4",
"https://github.com/tweag/skyscope/releases/download/v0.2.5",
)

exports_files(["entrypoint.sh"])

0 comments on commit 055f227

Please sign in to comment.