community/delta: upgrade to 0.18.0

This commit is contained in:
Aleks Bunin 2024-08-17 16:30:12 -04:00 committed by Andy Postnikov
parent 6dd06ff530
commit 4735c0060f
2 changed files with 4 additions and 23 deletions

View File

@ -1,8 +1,8 @@
# Contributor: Aleks Bunin <alpinelinux@compuix.com>
# Maintainer: Aleks Bunin <alpinelinux@compuix.com>
pkgname=delta
pkgver=0.17.0
pkgrel=2
pkgver=0.18.0
pkgrel=0
pkgdesc="Syntax-highlighting pager for git and diff output"
url="https://dandavison.github.io/delta/"
license="MIT"
@ -19,9 +19,7 @@ subpackages="
$pkgname-fish-completion
$pkgname-zsh-completion
"
source="$pkgname-$pkgver.tar.gz::https://github.com/dandavison/delta/archive/refs/tags/$pkgver.tar.gz
update-rust-libc.patch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/dandavison/delta/archive/refs/tags/$pkgver.tar.gz"
options="net"
# secfixes:
@ -66,6 +64,5 @@ package() {
}
sha512sums="
7b3d4aa9bad2f3dc920d9855163e81813ea5467cd92939d4781ed3d896d10bb39110265d5294967c79f8451e8a6d3d4def7e42efb4064f3d5fbc5d99e5c245a6 delta-0.17.0.tar.gz
3317253feb0a7ca9db0656319af003de933abb072520217751f11dd497fee2f56c7bd964fa4b5996e3bc1cf687bf0b365865841041d22140ca2fd2f30825d8fd update-rust-libc.patch
8119b294e0428d6ad05701619bede453bd211897bc01964fc73a9a424dd20d195bc7b9464225143bc404ad20e6bfffb9ee5a0f3de93e28bf5fb0d062a98286a6 delta-0.18.0.tar.gz
"

View File

@ -1,16 +0,0 @@
diff --git a/Cargo.lock b/Cargo.lock
index 260c6a7..8a35c58 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -683,9 +683,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libgit2-sys"