Skip to content

v0.5.5

Compare
Choose a tag to compare
@rmohr rmohr released this 15 Mar 14:29
· 108 commits to main since this release
1ab2523
  • Write hard links in a deterministic order (#38)
  • Make it more clear that bazeldnf uses the apache2 license (#31)
  • Escape download URLs properly to avoid creating invalid WORKSPACE files (#39)
  • Bump all bazeldnf dependencies (#36)
  • Internal refactoring: don't use deprecated shorthands for binaries in the source code (#37)

Thanks a lot to all contributors!

http_archive(
    name = "bazeldnf",
    sha256 = "bb4210a87f3f2006edb90fbade6df682979dc0330565f2550373f3eb012d928b",
    strip_prefix = "bazeldnf-0.5.5",
    urls = [
        "https://github.com/rmohr/bazeldnf/archive/v0.5.5.tar.gz",
    ],
)