Skip to content

Commit

Permalink
bump tpi & bmcd to latest unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Sep 15, 2023
1 parent 33923e6 commit c3e2dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tp2bmc/package/bmcd/bmcd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# bmcd
###########################################################

BMCD_VERSION = d8a002a096954c3193beb72e50e52730342312f2
BMCD_VERSION = ad360f38420f8cbf4fc84d327da18dfdc58cd8e5
BMCD_SITE = $(call github,turing-machines,bmcd,$(BMCD_VERSION))
BMCD_LICENSE = Apache-2.0
BMCD_LICENSE_FILES = LICENSE
Expand Down
3 changes: 2 additions & 1 deletion tp2bmc/package/tpi/tpi.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
###########################################################
# turing pi CLI
###########################################################
TPI_VERSION:= 0.1.0
TPI_VERSION:= 913d5fd3d134253042787d7a404f3a03e6b83772
TPI_SITE = $(call github,turing-machines,tpi,$(TPI_VERSION))
TPI_LICENSE = Apache-2.0
TPI_LICENSE_FILES = LICENSE
TPI_CARGO_INSTALL_OPTS = --features local-only

$(eval $(cargo-package))

0 comments on commit c3e2dae

Please sign in to comment.