Browse Source

utfdecode: Fix download url

android-5
Fredrik Fornwall 7 years ago
parent
commit
0e4bf84777
  1. 4
      packages/utfdecode/build.sh

4
packages/utfdecode/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://github.com/fornwall/utfdecode
TERMUX_PKG_HOMEPAGE=https://github.com/fornwall/utfdecode
TERMUX_PKG_DESCRIPTION="Tool for decoding, encoding and debugging unicode"
TERMUX_PKG_VERSION=0.3.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://fornwall.net/releases/utfdecode/utfdecode-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5fd1473f6cf6bdedeb33569c3b0f6823aceda366c714f6a475e2d28767f99b5a
TERMUX_PKG_SRCURL=https://github.com/fornwall/utfdecode/releases/download/v$TERMUX_PKG_VERSION/utfdecode-$TERMUX_PKG_VERSION.tar.gz

Loading…
Cancel
Save