Skip to content

Commit e92e163

Browse files
committed
openwrt
1 parent 243fc9d commit e92e163

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hash.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#提交openwrt版获取hash
2-
PKG_VERSION=0.1.92
3-
URL=https://codeload.github.com/OpenIoTHub/gateway-go/v2/tar.gz/v${PKG_VERSION}
2+
PKG_VERSION=2.0.10
3+
URL=https://codeload.github.com/OpenIoTHub/gateway-go/tar.gz/v${PKG_VERSION}
44
wget ${URL}
55
openssl sha256 v${PKG_VERSION}
66
rm v${PKG_VERSION}
7-
#SHA256(v0.1.92.tar.gz)= dd8074d9312e00ff957ffd1f3be7ba118a9b8cc31f07aa1ed594ef07931dab16
7+
#SHA2-256(v2.0.10)= 95de453e76a22ae69a1bc9c32d6930278980c98decbe7a511fd9870bcdf90d2d
8+
9+
git commit --amend -m "gateway-go: update to 2.0.10" -s

0 commit comments

Comments
 (0)