Skip to content

Commit

Permalink
Change the gnulib snapshot basename to avoid distdir conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillikin committed Sep 28, 2019
1 parent 72019f3 commit c744983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/internal/gnulib/gnulib.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_GNULIB_VERSION = "788db09a9f88abbef73c97e8d7291c40455336d8"
_GNULIB_SHA256 = "27ef79e649c95856e05f82414977f5e05d009310f91916b64806d1c61f913485"

_URL_BASE = "github.com/jmillikin/rules_m4/releases/download/v0.1/gnulib-{}.tar.xz".format(_GNULIB_VERSION)
_URL_BASE = "github.com/jmillikin/rules_m4/releases/download/v0.1/m4-gnulib-{}.tar.xz".format(_GNULIB_VERSION)

_GNULIB_URLS = [
"https://mirror.bazel.build/" + _URL_BASE,
Expand Down

0 comments on commit c744983

Please sign in to comment.