Skip to content

Commit

Permalink
fix: sourcefourge url shasums
Browse files Browse the repository at this point in the history
Sourcefource url's are prone to providing different file shasums at
times. Fix by using from xz git repo releases.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 16, 2023
1 parent 185f482 commit 7493721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.4.0-alpha.0-17-gcd9687b
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.4.0-alpha.0-19-ga8440a9

# renovate: datasource=github-releases depName=containernetworking/plugins
cni_version: v1.2.0
Expand Down
3 changes: 1 addition & 2 deletions liblzma/pkg.yaml
Expand Up @@ -5,8 +5,7 @@ dependencies:
- stage: base
steps:
- sources:
# redirect url of https://tukaani.org/xz/xz-{{ .xz_version }}.tar.xz
- url: https://udomain.dl.sourceforge.net/project/lzmautils/xz-{{ .xz_version | replace "v" "" }}.tar.xz
- url: https://github.com/tukaani-project/xz/releases/download/{{ .xz_version }}/xz-{{ .xz_version | replace "v" "" }}.tar.xz
destination: xz.tar.xz
sha256: "{{ .xz_sha256 }}"
sha512: "{{ .xz_sha512 }}"
Expand Down

0 comments on commit 7493721

Please sign in to comment.