lzip: Update to 1.24.1

This commit is contained in:
Christoph Reiter
2024-03-02 10:10:07 +01:00
parent 24e3e6ee4f
commit 0e64c75483

View File

@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=lzip
pkgver=1.24
pkgver=1.24.1
pkgrel=1
pkgdesc="A lossless file compressor based on the LZMA algorithm"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gcc-libs')
makedepends=('autotools' 'gcc')
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('d42659229b10e066eeb6e81eb673cdd893b672e512d26719c2d95975556ca56c')
sha256sums=('30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162')
build() {
cd "$srcdir/$pkgname-$pkgver"