* update fsarchiver to 0.8.8-1

This commit is contained in:
Alexander Baldeck 2025-01-02 08:11:37 +01:00
parent bee57e778b
commit 4ddcc1569a
2 changed files with 11 additions and 7 deletions

View File

@ -1,9 +1,13 @@
pkgbase = fsarchiver
pkgdesc = Safe and flexible file-system backup and deployment tool
pkgver = 0.8.7
pkgrel = 2
pkgver = 0.8.8
pkgrel = 1
url = https://www.fsarchiver.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL2
depends = bzip2
depends = e2fsprogs
@ -13,7 +17,7 @@ pkgbase = fsarchiver
depends = zlib
depends = lz4
depends = zstd
source = https://github.com/fdupoux/fsarchiver/releases/download/0.8.7/fsarchiver-0.8.7.tar.gz
sha256sums = f7cd059e70fc57e888db282c622ec050c0dcdbaacc65e3c1eb163cd9d92d810d
source = https://github.com/fdupoux/fsarchiver/releases/download/0.8.8/fsarchiver-0.8.8.tar.gz
sha256sums = ecd4be62b5c4e88b055c9f6d156e65a6ea5b0a17798a64cd0430e181803021b1
pkgname = fsarchiver

View File

@ -4,15 +4,15 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=fsarchiver
pkgver=0.8.7
pkgrel=2.1
pkgver=0.8.8
pkgrel=1
pkgdesc='Safe and flexible file-system backup and deployment tool'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.fsarchiver.org/'
license=('GPL2')
depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
sha256sums=('f7cd059e70fc57e888db282c622ec050c0dcdbaacc65e3c1eb163cd9d92d810d')
sha256sums=('ecd4be62b5c4e88b055c9f6d156e65a6ea5b0a17798a64cd0430e181803021b1')
build() {
cd $pkgname-$pkgver