Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add Rita extender definition #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions althea/althea-exit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=althea-exit
PKG_VERSION:=0.20.11
PKG_VERSION:=0.20.12
PKG_RELEASE:=0

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs/
PKG_SOURCE_VERSION:=c112c006a318ab0d4b63170dd9fe4952fb240f47
PKG_SOURCE_VERSION:=32d9db99db28613b76570333bfb5f36ce2c1cdf0
PKG_LICENSE:=Apache-2.0

include $(INCLUDE_DIR)/package.mk
Expand Down
4 changes: 2 additions & 2 deletions althea/althea-rust-binaries/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=althea-rust-binaries
PKG_VERSION:=0.20.11
PKG_VERSION:=0.20.12
PKG_RELEASE:=0

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
PKG_SOURCE_VERSION:=c112c006a318ab0d4b63170dd9fe4952fb240f47
PKG_SOURCE_VERSION:=32d9db99db28613b76570333bfb5f36ce2c1cdf0
PKG_LICENSE:=Apache-2.0

include $(INCLUDE_DIR)/package.mk
Expand Down
2 changes: 1 addition & 1 deletion althea/rita-extender/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKG_RELEASE:=0

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
PKG_SOURCE_VERSION:=7f3620176272987401e779ad1f13e78e7f9d53fd
PKG_SOURCE_VERSION:=32d9db99db28613b76570333bfb5f36ce2c1cdf0
PKG_LICENSE:=Apache-2.0

include $(INCLUDE_DIR)/package.mk
Expand Down