Browse Source

Merge pull request #7721 from sartura/geth_update_1.8.20

geth: Update to 1.8.20
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
6ea773f828
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/geth/Makefile

+ 2
- 2
net/geth/Makefile View File

@ -11,12 +11,12 @@ PKG_LICENSE:=ASL-2.0
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
PKG_NAME:=go-ethereum
PKG_VERSION:=1.8.18
PKG_VERSION:=1.8.20
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ethereum/go-ethereum/tar.gz/v${PKG_VERSION}?
PKG_HASH:=cbab18a733298830c9ed1e19c1ece37edf417fd55ec8f198803048ecc3ffa0b9
PKG_HASH:=7299f72a1d35a2653075a2070babf78f98f6eb3f41da43293304737ac0156658
PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1


Loading…
Cancel
Save