fedora-helper: Use f35 as a base for license generation
Signed-off-by: Igor Raits <igor.raits@gmail.com>
This commit is contained in:
parent
5ec3227115
commit
d231e5d433
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ CACHEDIR = XDG_CACHE_HOME / "rust2rpm"
|
||||||
# Arch that is used for resolving dependencies and such
|
# Arch that is used for resolving dependencies and such
|
||||||
ARCH = "x86_64"
|
ARCH = "x86_64"
|
||||||
# The repo that contains crates
|
# The repo that contains crates
|
||||||
REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f34-build/latest/{ARCH}/"
|
REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f35-build/latest/{ARCH}/"
|
||||||
# Just some sane chunk size
|
# Just some sane chunk size
|
||||||
CHUNK_SIZE = 8192
|
CHUNK_SIZE = 8192
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue