Skip to content

Commit

Permalink
nsxiv: update checksum
Browse files Browse the repository at this point in the history
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: void-linux#47684
  • Loading branch information
sgn committed Dec 13, 2023
1 parent a0d0ef8 commit 3e801dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/nsxiv/template
Original file line number Diff line number Diff line change
@@ -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() {

0 comments on commit 3e801dd

Please sign in to comment.