Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package/7zip/7zip.hash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# without the other -- see the "SAME UPSTREAM TARBALL" comment in 7zip.mk.
# Verified against:
# https://github.com/ip7z/7zip/releases/download/26.02/7z2602-src.tar.xz
sha256 cf967c98bca02a4b8b16375f441825a8e141362f14be1969bbec8e1ca0bff9dd 7z2602-src.tar.xz
sha256 9cbde5099c6deb73691b0579063da5827522ccbbcba3f0020fd04e8c8c16c0d4 7z2603-src.tar.xz
# DOC/License.txt -- unlike lzma-sdk, this package DOES compile the CPP/ code
# those terms cover (including CPP/7zip/Compress/Rar*, hence the unRAR
# restriction). See the license comment in 7zip.mk for the per-path chain.
Expand Down
2 changes: 1 addition & 1 deletion package/7zip/7zip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# build disjoint artifacts with no shared ABI). If you bump one, bump the
# other in the same PR unless you have a reason not to. Note the LICENSE
# differs between the two for real reasons -- see the license comment below.
7ZIP_VERSION = 26.02
7ZIP_VERSION = 26.03
# 7z$(subst .,,26.02) = 7z2602-src.tar.xz -- the versioning scheme 7-zip.org
# itself uses for source drops. The GitHub ip7z/7zip release page is the
# project's own release channel (7-zip.org's download page links there); it
Expand Down
2 changes: 1 addition & 1 deletion package/lzma-sdk/lzma-sdk.hash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/ip7z/7zip/releases/download/26.02/7z2602-src.tar.xz
#
# sha256sum 7z2602-src.tar.xz
sha256 cf967c98bca02a4b8b16375f441825a8e141362f14be1969bbec8e1ca0bff9dd 7z2602-src.tar.xz
sha256 9cbde5099c6deb73691b0579063da5827522ccbbcba3f0020fd04e8c8c16c0d4 7z2603-src.tar.xz
# DOC/License.txt -- see LZMA_SDK_LICENSE_FILES comment in the .mk; its
# LGPL/unRAR terms scope only the CPP/ code this package never ships
sha256 9ac2b4a97ab5d523965534d8b2d5868e511b39096d51fff458ab72c38b80fccc DOC/License.txt
Expand Down
2 changes: 1 addition & 1 deletion package/lzma-sdk/lzma-sdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# upstream (host packages have no prompt), so only the Make namespace
# collides -- silently. Precedent for suffixing our way out of an upstream
# squat: package/rtl8188eu-aircrack-ng (see its Config.in).
LZMA_SDK_VERSION = 26.02
LZMA_SDK_VERSION = 26.03
# 7z$(subst .,,26.02) = 7z2602-src.tar.xz -- the same versioning scheme
# 7-zip.org itself uses for source drops. The GitHub ip7z/7zip release page
# is the project's own release channel (7-zip.org's download page links
Expand Down
Loading