Skip to content

Commit

Permalink
Update archive hashes for release v0.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf committed May 5, 2023
1 parent 3c1da1e commit 31fc1eb
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 = "2acf7b7f5bf3e66b83e1fac3aa6bcf71d173433ca6786f83d62fb5e9241fe7dc",
urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.6/skyscope.zip"]
sha256 = "5544313ec77adbc96856c4cdfb3dfc6b5409e05790860ae19c7d321fb585490b",
urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.7/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.6](https://github.com/tweag/skyscope/releases/v0.2.6).
[v0.2.7](https://github.com/tweag/skyscope/releases/v0.2.7).

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": "7f60d4ba7b7d65be9f5dd18b1e7d5911f42217d2801e2046771f2ec01a862f96",
"@platforms//os:macos": "4f60f8bef757aad434dc9950f4ea59c6b476ac336aca113700e36d4574721ae4",
"@platforms//os:linux": "290e383ce51cd9cc4492b4cbcc33d10df65bc3bb07e606808b7fda0db3ef445e",
"@platforms//os:macos": "ac5fda02a10cf8d902d16f2e4b6cb5d6234f5304946f3574cb4855a71bde89b8",
},
"https://github.com/tweag/skyscope/releases/download/v0.2.6",
"https://github.com/tweag/skyscope/releases/download/v0.2.7",
)

exports_files(["entrypoint.sh"])

0 comments on commit 31fc1eb

Please sign in to comment.