* update exfatprogs to 1.2.4-1

This commit is contained in:
Alexander Baldeck 2024-08-09 13:21:36 +02:00
parent 94a8d6a396
commit 6d738eea48
3 changed files with 19 additions and 2 deletions

14
exfatprogs/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = exfatprogs
pkgdesc = exFAT filesystem userspace utilities for the Linux Kernel exfat driver
pkgver = 1.2.4
pkgrel = 1
url = https://github.com/exfatprogs/exfatprogs
arch = x86_64
license = GPL2
depends = glibc
provides = exfat-utils
conflicts = exfat-utils
source = https://github.com/exfatprogs/exfatprogs/archive/1.2.4/exfatprogs-1.2.4.tar.gz
b2sums = c645baffe6725faf43f7d9d9f728cd9bb656e9463f2020094d07aac560fd36136479dbbee488203d077efc79ae931165398c97cab2d78533b7846e8b051d1219
pkgname = exfatprogs

View File

@ -0,0 +1,3 @@
[exfatprogs]
source = "git"
git = "https://github.com/exfatprogs/exfatprogs.git"

View File

@ -3,7 +3,7 @@
# Contributor: Marco Cilloni <krnlpk@gmail.com>
pkgname=exfatprogs
pkgver=1.2.3
pkgver=1.2.4
pkgrel=1
pkgdesc='exFAT filesystem userspace utilities for the Linux Kernel exfat driver'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ depends=('glibc')
provides=('exfat-utils')
conflicts=('exfat-utils')
source=("https://github.com/exfatprogs/exfatprogs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
b2sums=('6ec72f6c8b5dba9db058d6539e0a6670f0dd4253b9b72f6b9432aa1ebe7791751037fd1fc3bb5d1b809d983b2d0bfaa9ec9591aec6b506723290769d506a5d14')
b2sums=('c645baffe6725faf43f7d9d9f728cd9bb656e9463f2020094d07aac560fd36136479dbbee488203d077efc79ae931165398c97cab2d78533b7846e8b051d1219')
prepare() {
cd exfatprogs-${pkgver}