@@ -29,41 +29,41 @@ def bazeldnf_dependencies():
29
29
name = "bazeldnf-linux-amd64" ,
30
30
executable = True ,
31
31
sha256 = "7e1035d8bd2f25b787b04843f4d6a05e7cdbd3995926497c2a587e52da6262a8" ,
32
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -linux-amd64" ],
32
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-amd64" ],
33
33
)
34
34
http_file (
35
35
name = "bazeldnf-linux-arm64" ,
36
36
executable = True ,
37
37
sha256 = "d954b785bfd79dbbd66a2f3df02b0d3a51f1fed4508a6d88fda13a9d24c878cc" ,
38
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -linux-arm64" ],
38
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-arm64" ],
39
39
)
40
40
http_file (
41
41
name = "bazeldnf-darwin-amd64" ,
42
42
executable = True ,
43
43
sha256 = "92afc7f6475981adf9ae32b563b051869d433d8d8c9666e28a1c1c6e840394cd" ,
44
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -darwin-amd64" ],
44
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-darwin-amd64" ],
45
45
)
46
46
http_file (
47
47
name = "bazeldnf-darwin-arm64" ,
48
48
executable = True ,
49
49
sha256 = "c5e99ed72448026ee63259a0a28440f8b43a125414fa312edbd569c2976515a3" ,
50
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -darwin-arm64" ],
50
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-darwin-arm64" ],
51
51
)
52
52
http_file (
53
53
name = "bazeldnf-linux-ppc64" ,
54
54
executable = True ,
55
55
sha256 = "9d5337c1afe4bab858742718ac4c230d9ca368299cb97c50078eef14ae180922" ,
56
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -linux-ppc64" ],
56
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-ppc64" ],
57
57
)
58
58
http_file (
59
59
name = "bazeldnf-linux-ppc64le" ,
60
60
executable = True ,
61
61
sha256 = "7ea4db00947914bc1c51e8f042fe220a3167c65815c487eccd0c541ecfa78aa1" ,
62
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -linux-ppc64le" ],
62
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-ppc64le" ],
63
63
)
64
64
http_file (
65
65
name = "bazeldnf-linux-s390x" ,
66
66
executable = True ,
67
67
sha256 = "09aa4abcb1d85da11642889826b982ef90547eb32099fc8177456c92f66a4cfd" ,
68
- urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2 /bazeldnf-v0.5.9-rc2 -linux-s390x" ],
68
+ urls = ["https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9-linux-s390x" ],
69
69
)
0 commit comments