mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Fixed mirror for slackel
This commit is contained in:
parent
264c4eded2
commit
ad41a97f3e
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue