Updated conraid mirror

This commit is contained in:
Dimitris Zlatanidis 2023-08-05 16:28:46 +03:00
parent 3faf6769f1
commit faaefebe62
3 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,9 @@
## slpkg - ChangeLog
### 4.9.2 - 04/07/2023
### 4.9.2 - 05/08/2023
- Updated:
* Check updates function for return repository size
* Conraid repository mirror url
### 4.9.1 - 28/06/2023
- Updated:

View file

@ -163,7 +163,7 @@ CSB_REPO_TAG = "csb"
CONRAID_REPO = false
CONRAID_REPO_NAME = "conraid"
CONRAID_REPO_LOCAL = [""]
CONRAID_REPO_MIRROR = ["https://slack.conraid.net/repository/slackware64-current/"]
CONRAID_REPO_MIRROR = ["https://slackers.it/repository/slackware64-current/"]
CONRAID_REPO_PACKAGES = "PACKAGES.TXT"
CONRAID_REPO_CHECKSUMS = "CHECKSUMS.md5"
CONRAID_REPO_CHANGELOG = "ChangeLog.txt"

View file

@ -137,7 +137,7 @@ class Repositories:
conraid_repo_name: str = 'conraid'
conraid_repo_path: Path = Path(repositories_path, conraid_repo_name)
conraid_repo_local = ['']
conraid_repo_mirror = ['https://slack.conraid.net/repository/slackware64-current/']
conraid_repo_mirror = ['https://slackers.it/repository/slackware64-current/']
conraid_repo_packages: str = 'PACKAGES.TXT'
conraid_repo_checksums: str = 'CHECKSUMS.md5'
conraid_repo_changelog: str = 'ChangeLog.txt'