Skip to content
Snippets Groups Projects
Commit 3a4c7e42 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

community/bcachefs-tools: fix source url

The current url returns 400 Bad Request. Adjust the local archive name
since the hash changed.
parent 9d516fb7
No related branches found
No related tags found
1 merge request!65147community/bcachefs-tools: fix source url
Pipeline #230844 passed
...@@ -25,7 +25,7 @@ makedepends=" ...@@ -25,7 +25,7 @@ makedepends="
zlib zlib
" "
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://evilpiepirate.org/git/bcachefs-tools.git/snapshot/bcachefs-tools-1.3.3.tar.zst" source="$pkgname-$pkgver-2.tar.zst::https://evilpiepirate.org/bcachefs-tools/bcachefs-tools-$pkgver.tar.zst"
build() { build() {
make PREFIX=/usr make PREFIX=/usr
...@@ -37,5 +37,5 @@ package() { ...@@ -37,5 +37,5 @@ package() {
} }
sha512sums=" sha512sums="
400d66342d53dac61faf8772ecb11339a33ad451698813720b2f9992901e2f19a6adb339ad4de6a2a012d64ae91d6554672186619082f7039b7fc9f837ad6fd0 bcachefs-tools-1.3.3.tar.zst 5048646d46ccc59b2ac3b4d8962f2d4c3a3ca710432971da8a8ea1530685378da84f6ac13c07092e07534c9520f76b42cf4ad885e3c63c55e457ae9f8a684d57 bcachefs-tools-1.3.3-2.tar.zst
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment