Fixed mirror for slackel

This commit is contained in:
Dimitris Zlatanidis 2023-04-02 11:12:38 +03:00
parent 264c4eded2
commit ad41a97f3e
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@
# Repository for Slackware x86_64 -current.
SLACKEL_REPO = false
SLACKEL_REPO_NAME = "slackel"
SLACKEL_REPO_MIRROR = "http://www.slackel.gr/repo/x86_64/slackware-current/"
SLACKEL_REPO_MIRROR = "http://www.slackel.gr/repo/x86_64/current/"
SLACKEL_REPO_PACKAGES = "PACKAGES.TXT"
SLACKEL_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACKEL_REPO_CHANGELOG = "ChangeLog.txt"

View file

@ -158,7 +158,7 @@ class Repositories:
slackel_repo: bool = False
slackel_repo_name: str = 'slackel'
slackel_repo_path: Path = Path(config.lib_path, 'repositories', slackel_repo_name)
slackel_repo_mirror: str = 'http://www.slackel.gr/repo/x86_64/slackware-current/'
slackel_repo_mirror: str = 'http://www.slackel.gr/repo/x86_64/current/'
slackel_repo_packages: str = 'PACKAGES.TXT'
slackel_repo_checksums: str = 'CHECKSUMS.md5'
slackel_repo_changelog: str = 'ChangeLog.txt'