Skip to content

Commit f5add0d

Browse files
committed
Upgrade for Beta20RC12
* Add rita extender * Improvemetns for antenna forwarder * Fixes to USDC bridge code
1 parent 164ef08 commit f5add0d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

althea/althea-exit/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=althea-exit
12-
PKG_VERSION:=0.20.11
12+
PKG_VERSION:=0.20.12
1313
PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs/
17-
PKG_SOURCE_VERSION:=c112c006a318ab0d4b63170dd9fe4952fb240f47
17+
PKG_SOURCE_VERSION:=32d9db99db28613b76570333bfb5f36ce2c1cdf0
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

althea/althea-rust-binaries/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=althea-rust-binaries
12-
PKG_VERSION:=0.20.11
12+
PKG_VERSION:=0.20.12
1313
PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
17-
PKG_SOURCE_VERSION:=c112c006a318ab0d4b63170dd9fe4952fb240f47
17+
PKG_SOURCE_VERSION:=32d9db99db28613b76570333bfb5f36ce2c1cdf0
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

althea/rita-extender/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
17-
PKG_SOURCE_VERSION:=7f3620176272987401e779ad1f13e78e7f9d53fd
17+
PKG_SOURCE_VERSION:=32d9db99db28613b76570333bfb5f36ce2c1cdf0
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)