geth: update from 1.9.17 to 1.9.19

gitea: update from 1.12.2 to 1.12.3
This commit is contained in:
Butta 2020-08-12 11:01:00 +05:30
parent 43c6c153f9
commit 1bef9e5b57
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://geth.ethereum.org/
TERMUX_PKG_DESCRIPTION="Go implementation of the Ethereum protocol"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=1.9.17
TERMUX_PKG_VERSION=1.9.19
TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=88ce9c11c0374657b0999cde2e2469088cd424bc2954e82f5b4c9f1a347d400e
TERMUX_PKG_SHA256=3a5f4d6f2da037ccb8b864d76c008c33f0b226edf40f5fce1e3c0715a1619809
termux_step_make() {
termux_setup_golang

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gitea.io
TERMUX_PKG_DESCRIPTION="Git with a cup of tea, painless self-hosted git service"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=1.12.2
TERMUX_PKG_VERSION=1.12.3
TERMUX_PKG_SRCURL=https://github.com/go-gitea/gitea/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=25448cba57c594d2450cd58652ee70ba9dbc2eec47c60d4296176fb8fff27d10
TERMUX_PKG_SHA256=ca80ee1d4b5135b25e2d905c3cfe6f00590672930c1b36e0197fc170d2b80c71
TERMUX_PKG_DEPENDS="dash, git"
TERMUX_PKG_CONFFILES="etc/gitea/app.ini"