Skip to content

Commit

Permalink
TEST twoliter: bump to v0.4.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Aug 22, 2024
1 parent fe5fd20 commit cec79b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}"
# For binary installation, this should be a released version (prefixed with a v,
# for example v0.1.0). For the git sourcecode installation method, this can be
# any git rev, e.g. a tag, sha, or branch name.
TWOLITER_VERSION = "v0.4.4"
TWOLITER_VERSION = "365dd56fecc9a3c407ac2bf0d5e726849f6b805c"

# For binary installation, this is the GitHub repository that has binary release artifacts attached
# to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,
Expand All @@ -21,7 +21,7 @@ TWOLITER_REUSE_EXISTING_INSTALL="true"

# Allow Twoliter to be installed from a binary distribution if binaries are expected to exist for
# the host OS and architecture.
TWOLITER_ALLOW_BINARY_INSTALL="true"
TWOLITER_ALLOW_BINARY_INSTALL="false"

# Allow Twoliter to be installed by building from sourcecode.
TWOLITER_ALLOW_SOURCE_INSTALL="true"
Expand Down

0 comments on commit cec79b2

Please sign in to comment.