Skip to content

Commit ea2e882

Browse files
rhubertjkloetzke
authored andcommitted
devel::squashfs-tools: fix download URL
The download URL used before recreates the archive on every download using `git-archive` in the background. This includes a version hash which changes it's length depending on the number of commits in the repository and thus the digest of the archive. See BobBuildTool#112 (comment).
1 parent efea968 commit ea2e882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/devel/squashfs-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends:
1616

1717
checkoutSCM:
1818
scm: url
19-
url: ${GITHUB_MIRROR}/plougher/squashfs-tools/archive/${PKG_VERSION}.tar.gz
19+
url: ${GITHUB_MIRROR}/plougher/squashfs-tools/releases/download/${PKG_VERSION}/squashfs-tools-${PKG_VERSION}.tar.gz
2020
digestSHA256: "94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c"
2121
stripComponents: 1
2222

0 commit comments

Comments
 (0)