chiark / gitweb /
w3m: Update from 20170102 to 20180125
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 25 Jan 2018 19:48:17 +0000 (20:48 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 25 Jan 2018 19:48:17 +0000 (20:48 +0100)
packages/w3m/build.sh

index 1408ae23eee8aa507c208b3c4b6662835012bf87..d979c17aa7a01b0f00422f3c5f0ff76ab80c6511 100644 (file)
@@ -1,13 +1,12 @@
 TERMUX_PKG_HOMEPAGE=http://w3m.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Text based Web browser and pager"
 TERMUX_PKG_HOMEPAGE=http://w3m.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Text based Web browser and pager"
-_MAJOR_VERSION=0.5.3
-_MINOR_VERSION=20170102
+local _MAJOR_VERSION=0.5.3
+local _MINOR_VERSION=20180125
 TERMUX_PKG_VERSION=0.5.3.$_MINOR_VERSION
 TERMUX_PKG_VERSION=0.5.3.$_MINOR_VERSION
-TERMUX_PKG_REVISION=1
+TERMUX_PKG_SHA256=c75068ef06963c9e3fd387e8695a203c6edda2f467b5f2f754835afb75eb36f3
 # The upstream w3m project is dead, but every linux distribution uses
 # this maintained fork in debian:
 TERMUX_PKG_SRCURL=https://github.com/tats/w3m/archive/v${_MAJOR_VERSION}+git${_MINOR_VERSION}.tar.gz
 # The upstream w3m project is dead, but every linux distribution uses
 # this maintained fork in debian:
 TERMUX_PKG_SRCURL=https://github.com/tats/w3m/archive/v${_MAJOR_VERSION}+git${_MINOR_VERSION}.tar.gz
-TERMUX_PKG_SHA256=7eb8cadfa39daa6e8ecf8244847991f614fdc5319e601f58fc02956bc05b5ab1
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_DEPENDS="libgc, ncurses, openssl"
 # ac_cv_func_bcopy=yes to avoid w3m defining it's own bcopy function, which
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_DEPENDS="libgc, ncurses, openssl"
 # ac_cv_func_bcopy=yes to avoid w3m defining it's own bcopy function, which