Browse Source

file: fix duplicated TERMUX_PKG_SHA256

android-5
Leonid Plyushch 6 years ago
parent
commit
18d4a99e22
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      packages/file/build.sh

1
packages/file/build.sh

@ -2,7 +2,6 @@ TERMUX_PKG_HOMEPAGE=https://darwinsys.com/file/
TERMUX_PKG_DESCRIPTION="Command-line tool that tells you in words what kind of data a file contains"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_VERSION=5.37
TERMUX_PKG_SHA256=e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f
TERMUX_PKG_SRCURL=ftp://ftp.astron.com/pub/file/file-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f
TERMUX_PKG_DEPENDS="zlib"

Loading…
Cancel
Save