diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-10 16:34:02 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-10 16:34:02 +0100 |
commit | 5378af151872cd5277e8e074c4e09dff2a393c20 (patch) | |
tree | 5656da149c25e1bf6cac3b3e8dbae79a4cf99b4e /bigclown-gateway | |
parent | 5f7b7084a81813356006dfe093f834f6072409b3 (diff) | |
download | openwrt-personal-pkgs-5378af151872cd5277e8e074c4e09dff2a393c20.tar.gz openwrt-personal-pkgs-5378af151872cd5277e8e074c4e09dff2a393c20.tar.bz2 openwrt-personal-pkgs-5378af151872cd5277e8e074c4e09dff2a393c20.zip |
bigclown: fix hashes
Diffstat (limited to 'bigclown-gateway')
-rw-r--r-- | bigclown-gateway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index 068edfd..36c04f8 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -10,7 +10,7 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/bigclownlabs/bch-gateway/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=9dad4663be59b8184e4501aca70295e91271d3416197d8dd123b9fbcdbcca638 +PKG_HASH:=f07578feb79002be0ac7d67a959bd7428a07d35faa16ec60461f858d95df8616 PKG_LICENSE:=MIT PKG_BUILD_DIR:=$(BUILD_DIR)/bch-gateway-$(PKG_VERSION) |