Skip to content

Releases: rmohr/bazeldnf

v0.99.2-rc0

19 Jan 22:04
303ed96

Choose a tag to compare

v0.99.2-rc0 Pre-release
Pre-release

1512
2751

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.99.2-rc0")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "fb4865c117530a75a55e451857a84581d4247d15d4b9e806b4a2dea32ff2d236",
    strip_prefix = "bazeldnf-v0.99.2-rc0",
    url = "https://github.com/rmohr/bazeldnf/releases/download/v0.99.2-rc0/bazeldnf-v0.99.2-rc0.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

v0.99.1

02 Sep 23:07
439856a

Choose a tag to compare

v0.99.1 Pre-release
Pre-release

1478
2410

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.99.1")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "03852830a239efaa7ee4ba7d50344b2bfd5b41c604e379011bcadf0477ecc8db",
    strip_prefix = "bazeldnf-v0.99.1",
    url = "https://github.com/rmohr/bazeldnf/releases/download/v0.99.1/bazeldnf-v0.99.1.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

What's Changed

New Contributors

Full Changelog: v0.5.9...v0.99.1

v0.7.0-alpha3

09 Jun 16:08
b5c7fde

Choose a tag to compare

v0.7.0-alpha3 Pre-release
Pre-release

1433
2410

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.0-alpha3")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "4c79df93508c99974d9ac7c5c74b5a48d2b4f30983c245fd7adbef367cdfd319",
    strip_prefix = "bazeldnf-v0.7.0-alpha3",
    url = "https://github.com/rmohr/bazeldnf/releases/download/v0.7.0-alpha3/bazeldnf-v0.7.0-alpha3.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

What's Changed

New Contributors

Full Changelog: v0.7.0-alpha1...v0.7.0-alpha3

v0.7.0-alpha2

10 Feb 08:42

Choose a tag to compare

v0.7.0-alpha2 Pre-release
Pre-release

1209
2105

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.0-alpha2")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "dabca62342d7e4ad6e60d3dcdb1c2f1df835111c8f82195185f0534070156533",
    strip_prefix = "bazeldnf-v0.7.0-alpha2",
    url = "https://github.com/rmohr/bazeldnf/releases/download/v0.7.0-alpha2/bazeldnf-v0.7.0-alpha2.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

v0.7.0-alpha1

07 Feb 07:18
113430c

Choose a tag to compare

v0.7.0-alpha1 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.0-alpha1")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "f742b821fb10cd83017125060c4a35efa5a48577f07ab408eee66abd4468114f",
    strip_prefix = "bazeldnf-v0.7.0-alpha1",
    url = "https://github.com/rmohr/bazeldnf/releases/download/v0.7.0-alpha1/bazeldnf-v0.7.0-alpha1.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

v0.6.0-rc1

10 Jul 16:05

Choose a tag to compare

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "96c54c4b2d5f0b65a45aa8f39ce6360cb877b828e6d6dde6bf8f8c26ea659274",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.6.0-rc1/bazeldnf-v0.6.0-rc1.tar.gz",
    ],
)

load("@bazeldnf//bazeldnf:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()

v0.5.9

30 Jan 17:00

Choose a tag to compare

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "fb24d80ad9edad0f7bd3000e8cffcfbba89cc07e495c47a7d3b1f803bd527a40",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9.tar.gz",
    ],
)

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()

v0.5.9-rc2

25 Jan 20:19

Choose a tag to compare

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "8d235794151de1a0e0466d42338ecc02a89ceb09d93935ae0fd43e74aa3bcee8",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2.tar.gz",
    ],
)

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()

v0.5.9-rc1

12 Dec 20:15

Choose a tag to compare

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "ec1434b1687a6c26348de11e093d97483f6dd6afd7d245e0177898ce5ee365b6",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc1/bazeldnf-v0.5.9-rc1.tar.gz",
    ],
)

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()

v0.5.8

10 Oct 17:33

Choose a tag to compare

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "cd75fbbad6f191c26b036132d57ca731cce067e9330306a8a2beb3e51af991a8",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8.tar.gz",
    ],
)

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()