Skip to content

Commit

Permalink
Switch to main branch temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy authored Dec 22, 2021
1 parent d485f4c commit 290dcea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wasm3/wasm3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ PKG_LICENSE:=MIT

#PKG_SOURCE_URL:=file:///path/to/local/wasm3/

PKG_SOURCE_URL:=https://github.com/wasm3/wasm3/archive/v$(PKG_VERSION).tar.gz
PKG_HASH:=b778dd72ee2251f4fe9e2666ee3fe1c26f06f517c3ffce572416db067546536c
PKG_SOURCE_URL:=https://github.com/wasm3/wasm3/archive/main.tar.gz
#PKG_SOURCE_URL:=https://github.com/wasm3/wasm3/archive/v$(PKG_VERSION).tar.gz
#PKG_HASH:=b778dd72ee2251f4fe9e2666ee3fe1c26f06f517c3ffce572416db067546536c
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

Expand Down

0 comments on commit 290dcea

Please sign in to comment.