Skip to content

Commit

Permalink
Update hostname for npackd
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jul 19, 2024
1 parent 85d41e5 commit 94a439e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions repos.d/windows/npackd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################################################
# Npackd
#
# Repositories list: https://www.npackd.org/rep
# Repositories list: https://npackd.org/rep
###########################################################################
- name: npackd_unstable
type: repository
Expand All @@ -15,15 +15,15 @@
- name: rep.xml
fetcher:
class: FileFetcher
url: https://www.npackd.org/rep/xml?tag=unstable
url: https://npackd.org/rep/xml?tag=unstable
parser:
class: NpackdXmlParser
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
url: https://npackd.org/
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
url: 'https://npackd.org/p/{srcname}/{rawversion}'
groups: [ all, production, npackd ]

- name: npackd_stable
Expand All @@ -38,15 +38,15 @@
- name: rep.xml
fetcher:
class: FileFetcher
url: https://www.npackd.org/rep/xml?tag=stable
url: https://npackd.org/rep/xml?tag=stable
parser:
class: NpackdXmlParser
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
url: https://npackd.org/
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
url: 'https://npackd.org/p/{srcname}/{rawversion}'
groups: [ all, production, npackd ]

- name: npackd_libs
Expand All @@ -61,15 +61,15 @@
- name: rep.xml
fetcher:
class: FileFetcher
url: https://www.npackd.org/rep/xml?tag=libs
url: https://npackd.org/rep/xml?tag=libs
parser:
class: NpackdXmlParser
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
url: https://npackd.org/
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
url: 'https://npackd.org/p/{srcname}/{rawversion}'
groups: [ all, npackd ] # disabled (experimental), see #863

- name: npackd_stable64
Expand All @@ -84,13 +84,13 @@
- name: rep.xml
fetcher:
class: FileFetcher
url: https://www.npackd.org/rep/xml?tag=stable64
url: https://npackd.org/rep/xml?tag=stable64
parser:
class: NpackdXmlParser
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
url: https://npackd.org/
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://www.npackd.org/p/{srcname}/{rawversion}'
url: 'https://npackd.org/p/{srcname}/{rawversion}'
groups: [ all, production, npackd ]

0 comments on commit 94a439e

Please sign in to comment.