Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored May 7, 2020
1 parent 74216b1 commit 9358b55
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_upgradable",
strip_prefix = "bazel_upgradable-0.1.1",
url = "https://github.com/fenollp/bazel_upgradable/archive/0.1.1.zip",
strip_prefix = "bazel_upgradable-0.2.0",
url = "https://github.com/fenollp/bazel_upgradable/archive/0.2.0.zip",
)

load("@bazel_upgradable//:rule.bzl", "upgradable_repository")
Expand Down Expand Up @@ -83,10 +83,10 @@ Ongoing issues:

## TODO

https://raw.githubusercontent.com/bazelbuild/bazel/ca2733c3ec4d0d5ebfe6b3c4b8dcee3c8855cf6b/tools/build_defs/repo/git.bzl
9fae1f5ee4c238064c845b6a99e5d6f8631f0c88 refs/tags/v0.6
https://docs.gitlab.com/ce/api/repositories.html#get-file-archive
https://gitlab.com/gitlab-org/gitlab-foss/-/issues/31530
https://gitlab.com/akihe/radamsa/-/archive/develop/radamsa-develop.tar.gz
https://gitlab.com/akihe/radamsa/-/archive/v0.6/radamsa-v0.6.tar.gz
https://gitlab.com/akihe/radamsa/-/archive/ab48466e6a7904792f7aaef31ce522e635aee3f2/radamsa-ab48466e6a7904792f7aaef31ce522e635aee3f2.tar.gz
* https://raw.githubusercontent.com/bazelbuild/bazel/ca2733c3ec4d0d5ebfe6b3c4b8dcee3c8855cf6b/tools/build_defs/repo/git.bzl
* 9fae1f5ee4c238064c845b6a99e5d6f8631f0c88 refs/tags/v0.6
* https://docs.gitlab.com/ce/api/repositories.html#get-file-archive
* https://gitlab.com/gitlab-org/gitlab-foss/-/issues/31530
* https://gitlab.com/akihe/radamsa/-/archive/develop/radamsa-develop.tar.gz
* https://gitlab.com/akihe/radamsa/-/archive/v0.6/radamsa-v0.6.tar.gz
* https://gitlab.com/akihe/radamsa/-/archive/ab48466e6a7904792f7aaef31ce522e635aee3f2/radamsa-ab48466e6a7904792f7aaef31ce522e635aee3f2.tar.gz

0 comments on commit 9358b55

Please sign in to comment.