libblockdev: fixed source download link

This commit is contained in:
Tim Biermann 2024-09-15 16:51:30 +02:00
parent 322fd0f37d
commit b9971f5824
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/I3xSBI+9Sb0n0M64rr78IFugkhYmQMfD1cskUHbCA/oa4DH2JOx4xk9AKYktr09LNlT55tXay0/MiaWCAmQg8=
SHA256 (Pkgfile) = a21dfb396e32c1a3ae2b3683160537271e9f42118d495033f5ba452b2737b58f
RWSagIOpLGJF39O6o/CWOd5+9snSBW1tBpH0msoUcUie+MGH4mxwleZkKePrMXMb5oLP25gNcgYnYtKbCshuxcIKeyT3FZLYGgI=
SHA256 (Pkgfile) = d35cd76b9b966a12105d2bd8d834b666f6de32172bb60476ad13d902b383218f
SHA256 (.footprint) = 2f484da0d668d76cd312816b3c0c2d69c260b79563edc447321e402e535f6fe8
SHA256 (libblockdev-3.2.0.tar.gz) = f2918de9ce1b54ac1aee5e5757e555947896a74674cdca9d05940a53d19e32a8
SHA256 (1059.patch) = 512030ff1d16e2ac700226cfb5b997de6cc54639513e5e5479dbb645b68ebaed

View File

@ -6,7 +6,7 @@
name=libblockdev
version=3.2.0
release=1
source=(https://github.com/storaged-project/$name/releases/download/$version-1/$name-$version.tar.gz
source=(https://github.com/storaged-project/$name/releases/download/$version/$name-$version.tar.gz
1059.patch)
build() {
@ -32,6 +32,4 @@ build() {
--without-gtk-doc
make
make DESTDIR=$PKG install
rm -fr $PKG/usr/share/gtk-doc
}