hfsprogs: fix distfile
This commit is contained in:
parent
f1f48959c0
commit
6d0dfedcb7
|
@ -2,6 +2,7 @@
|
||||||
pkgname=hfsprogs
|
pkgname=hfsprogs
|
||||||
_distver=540.1
|
_distver=540.1
|
||||||
_patchver=3
|
_patchver=3
|
||||||
|
_md5sum=0435afc389b919027b69616ad1b05709
|
||||||
version="${_distver}.linux${_patchver}"
|
version="${_distver}.linux${_patchver}"
|
||||||
revision=8
|
revision=8
|
||||||
wrksrc="diskdev_cmds-${version}"
|
wrksrc="diskdev_cmds-${version}"
|
||||||
|
@ -10,8 +11,8 @@ makedepends="openssl-devel libuuid-devel"
|
||||||
short_desc="Apple's mkfs and fsck for HFS and HFS+ file systems"
|
short_desc="Apple's mkfs and fsck for HFS and HFS+ file systems"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="APSL-2.0"
|
license="APSL-2.0"
|
||||||
homepage="http://www.opensource.apple.com/"
|
homepage="https://www.opensource.apple.com/"
|
||||||
distfiles="http://cavan.codon.org.uk/~mjg59/diskdev_cmds/diskdev_cmds-${version}.tar.gz"
|
distfiles="https://src.fedoraproject.org/repo/pkgs/hfsplus-tools/diskdev_cmds-${version}.tar.gz/${_md5sum}/diskdev_cmds-${version}.tar.gz"
|
||||||
checksum=b01b203a97f9a3bf36a027c13ddfc59292730552e62722d690d33bd5c24f5497
|
checksum=b01b203a97f9a3bf36a027c13ddfc59292730552e62722d690d33bd5c24f5497
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
|
Loading…
Reference in New Issue