diff --git a/README.md b/README.md index b66635b..c365ed1 100644 --- a/README.md +++ b/README.md @@ -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() @@ -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). diff --git a/release/BUILD.bazel b/release/BUILD.bazel index 476657b..672b33f 100644 --- a/release/BUILD.bazel +++ b/release/BUILD.bazel @@ -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"])