lzip: Update to 1.25 (#5148)

This commit is contained in:
Christoph Reiter 2025-01-19 17:05:00 +01:00 committed by GitHub
parent f9fe3ae070
commit 6ce8d47801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=lzip
pkgver=1.24.1
pkgver=1.25
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=('30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162')
sha256sums=('09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f')
build() {
cd "$srcdir/$pkgname-$pkgver"