mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/unionfs-fuse: upgrade to 0.26
This commit is contained in:
parent
caee347459
commit
bea2e76b84
@ -1,6 +1,6 @@
|
||||
# Maintainer: Michael Zhou <zhoumichaely@gmail.com>
|
||||
pkgname=unionfs-fuse
|
||||
pkgver=0.24
|
||||
pkgver=0.26
|
||||
pkgrel=0
|
||||
pkgdesc="Union Filesystem in Userspace"
|
||||
url="http://podgorny.cz/moin/UnionFsFuse"
|
||||
@ -9,7 +9,7 @@ license="GPL"
|
||||
depends=""
|
||||
makedepends="fuse-dev libiconv-dev"
|
||||
subpackages="${pkgname}-doc"
|
||||
source="http://podgorny.cz/unionfs-fuse/releases/${pkgname}-${pkgver}.tar.bz2"
|
||||
source="http://podgorny.cz/unionfs-fuse/releases/${pkgname}-${pkgver}.tar.xz"
|
||||
|
||||
_builddir="${srcdir}/${pkgname}-${pkgver}"
|
||||
prepare() {
|
||||
@ -26,4 +26,4 @@ package() {
|
||||
mkdir -p "$pkgdir"/usr/share/man/man8/
|
||||
make DESTDIR="$pkgdir" PREFIX=/usr install || return 1
|
||||
}
|
||||
md5sums="ab00f252c55a9a7252fca13a53260bf5 unionfs-fuse-0.24.tar.bz2"
|
||||
md5sums="689c636484756f6f7a728ef354cbeac2 unionfs-fuse-0.26.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user