nsxiv: update checksum

tarballs have same checksum, different in gzip algorithm.

	$ sha256sum old/v32.tar.gz <(zcat old/v32.tar.gz) \
		new/v32.tar.gz <(zcat new/v32.tar.gz)
	09d1d72b3cbcf17a04e26beb5e81acc9495aaba1f8f1be907bdcd8e4e3007db3 old/v32.tar.gz
	4952f27cc17a704c88d2f0bbd0e937018ea6545e0ce5bba26cb6578625aa597b /proc/self/fd/12
	49ef1eb775ef6c34f55dada7a3f446c9c5c6773c9e208509ffef27a656338a90 new/v32.tar.gz
	4952f27cc17a704c88d2f0bbd0e937018ea6545e0ce5bba26cb6578625aa597b /proc/self/fd/13

Close: #47684
This commit is contained in:
Đoàn Trần Công Danh 2023-12-13 16:19:05 +07:00
parent a0d0ef829b
commit 3e801dd7e9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://codeberg.org/nsxiv/nsxiv"
changelog="https://codeberg.org/nsxiv/nsxiv/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/nsxiv/nsxiv/archive/v${version}.tar.gz"
checksum=09d1d72b3cbcf17a04e26beb5e81acc9495aaba1f8f1be907bdcd8e4e3007db3
checksum=49ef1eb775ef6c34f55dada7a3f446c9c5c6773c9e208509ffef27a656338a90
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
pre_build() {