Skip to content

Commit

Permalink
fix(main/xorriso): fix release checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJo2000 committed Jul 29, 2024
1 parent 5156aa4 commit ff99e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xorriso/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Tool for creating ISO files"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1:1.5.7"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://www.gnu.org/software/xorriso/xorriso-${TERMUX_PKG_VERSION:2}.tar.gz
TERMUX_PKG_SHA256=07b955de7dded5a17bc89b0bc708bc0bc9b7b0199451e3e9095f4a7d646e4e6d
TERMUX_PKG_SHA256=e9c5b90fae744ab53381fb25d9c96b254c73b387e6252f5da28dd2ede2fb81f6
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libiconv, libandroid-support, readline, libbz2, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down

0 comments on commit ff99e78

Please sign in to comment.