Skip to content

Commit

Permalink
Add hermit package versions for tuc and trh up to 1.3.0 (#18)
Browse files Browse the repository at this point in the history
* Update hermit package HCL for tuc and trh

Add newer versions 1.1.1, 1.2.0, 1.2.1, and 1.3.0.

* Hermit upgrade tuc and trh to 1.3.0; add digests

Upgrade hermit package version to 1.3.0 for tuc and trh. Update package
checksums. The commands are

    . bin/activate-hermit
    hermit upgrade tuc trh
    hermit manifest add-digests bin/packages/trh.hcl bin/packages/tuc.hcl
  • Loading branch information
syncom authored Oct 10, 2024
1 parent b75895f commit 267031c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 9 additions & 1 deletion bin/packages/trh.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ binaries = ["trh"]
test = "trh --version"
homepage = "https://docs.thistle.tech/update/overview"

version "0.2.0" "1.0.0" "1.0.1" "1.1.0" {
version "0.2.0" "1.0.0" "1.0.1" "1.1.0" "1.1.1" "1.2.0" "1.2.1" "1.3.0" {
platform "linux" {
source = "https://downloads.thistle.tech/embedded-client/${version}/trh-${version}-${xarch}-unknown-linux-musl.gz"

Expand Down Expand Up @@ -100,4 +100,12 @@ sha256sums = {
"https://downloads.thistle.tech/embedded-client/1.0.1/trh-1.0.1-x86_64-apple-darwin.gz": "7c1bab47d7df37f52daf27cf007764e37f4fa393f3faa20d97a3c50a119c0d8d",
"https://downloads.thistle.tech/embedded-client/1.1.0/trh-1.1.0-x86_64-apple-darwin.gz": "e7c042ba456412c1a33ace0816356535aad4a8ec4c0a1a66de04a538c0e7ad3e",
"https://downloads.thistle.tech/embedded-client/1.1.0/trh-1.1.0-x86_64-unknown-linux-musl.gz": "72945baf54ddfcd5927b545fa6a2d941d90c0382e0b8122750bc9c21a1e8ed0e",
"https://downloads.thistle.tech/embedded-client/1.1.1/trh-1.1.1-x86_64-unknown-linux-musl.gz": "1e1831cbc9f88214a53be7d2628febb592f25cbeb7e12108e02686f14c588a92",
"https://downloads.thistle.tech/embedded-client/1.1.1/trh-1.1.1-x86_64-apple-darwin.gz": "124e4400609d7ee9c3fcac9bb485dc318c39fc8460b1334c1d5ca7a6ce034cef",
"https://downloads.thistle.tech/embedded-client/1.2.0/trh-1.2.0-x86_64-unknown-linux-musl.gz": "945f83e5b4620528174f6d554e82e2bf7e8d1746b8068b62aa2670f0458c3d65",
"https://downloads.thistle.tech/embedded-client/1.2.0/trh-1.2.0-x86_64-apple-darwin.gz": "b3a7a778bb434436a9920f62cda75b7aed5e9dc4f6815cc41a60ec4b6c106e86",
"https://downloads.thistle.tech/embedded-client/1.2.1/trh-1.2.1-x86_64-apple-darwin.gz": "59fdf1d992f08d985617a30f34ccbc8ef273c1ea82e7b0886edf60131710532e",
"https://downloads.thistle.tech/embedded-client/1.2.1/trh-1.2.1-x86_64-unknown-linux-musl.gz": "bf1a74028dfd231d584032d39995c52ff6cafbe6b3af929930ac7745919f4c03",
"https://downloads.thistle.tech/embedded-client/1.3.0/trh-1.3.0-x86_64-unknown-linux-musl.gz": "9530ffbf714a4a62b9fbbd7b537e9294968966ac717727bf744226312769b32b",
"https://downloads.thistle.tech/embedded-client/1.3.0/trh-1.3.0-x86_64-apple-darwin.gz": "19250b94b5f128cb2334567440dca2ec2047179ecad6bd77abd7c2b67564fbe8",
}
10 changes: 9 additions & 1 deletion bin/packages/tuc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ binaries = ["tuc"]
test = "tuc --version"
homepage = "https://docs.thistle.tech/update/overview"

version "0.2.0" "1.0.0" "1.0.1" "1.1.0" {
version "0.2.0" "1.0.0" "1.0.1" "1.1.0" "1.1.1" "1.2.0" "1.2.1" "1.3.0" {
platform "linux" {
source = "https://downloads.thistle.tech/embedded-client/${version}/tuc-${version}-${xarch}-unknown-linux-musl.gz"

Expand Down Expand Up @@ -100,4 +100,12 @@ sha256sums = {
"https://downloads.thistle.tech/embedded-client/1.0.1/tuc-1.0.1-x86_64-apple-darwin.gz": "3887f3a64897f7e679bdd190d6734ebf41fc9e1d647bf5e6ba1fc769eae4003f",
"https://downloads.thistle.tech/embedded-client/1.1.0/tuc-1.1.0-x86_64-unknown-linux-musl.gz": "69e7b79f0d9e26faf9bce9b18f53a7aeffc5e1e34f55d521c0dcb8b3ce3e0d4e",
"https://downloads.thistle.tech/embedded-client/1.1.0/tuc-1.1.0-x86_64-apple-darwin.gz": "975347f4533560c8ff50c93b109e905a1222fd086d029ec10d35139e6f56485a",
"https://downloads.thistle.tech/embedded-client/1.1.1/tuc-1.1.1-x86_64-unknown-linux-musl.gz": "814f790751360a31fc1aff320742c07e77e70fbba87611041ecff970367c2600",
"https://downloads.thistle.tech/embedded-client/1.1.1/tuc-1.1.1-x86_64-apple-darwin.gz": "b1bafb7b905d9bfbd6f72378729e82ff81979b40bd961ec6b66a02dc390041cd",
"https://downloads.thistle.tech/embedded-client/1.2.0/tuc-1.2.0-x86_64-apple-darwin.gz": "d9b2a72121819668b7d39a295abcd32bcbb1a9d07525bb0ee0ee60c2622f11cd",
"https://downloads.thistle.tech/embedded-client/1.2.0/tuc-1.2.0-x86_64-unknown-linux-musl.gz": "d6d6ded873ad2c0d6115169fa029bfae02b890cb4a2aa430f3cd1eb21744b18b",
"https://downloads.thistle.tech/embedded-client/1.2.1/tuc-1.2.1-x86_64-unknown-linux-musl.gz": "32d4d3d01408b0f4e8b0a50675940f5e146385f1de3c01b1ad8ba62365f9074a",
"https://downloads.thistle.tech/embedded-client/1.2.1/tuc-1.2.1-x86_64-apple-darwin.gz": "308ff6771948e5f64e3167732ccd056dcbfb58a40209b8c510ecfb4c5f57cbca",
"https://downloads.thistle.tech/embedded-client/1.3.0/tuc-1.3.0-x86_64-apple-darwin.gz": "ca14cd2b0db5aca8f80c9cec31ed5285d2e525d3c253aaf779ae21530a143dba",
"https://downloads.thistle.tech/embedded-client/1.3.0/tuc-1.3.0-x86_64-unknown-linux-musl.gz": "db96190fbd151543c4236fecd529a23d9832c666beddc04df6bf62bfb1c150c3",
}
2 changes: 1 addition & 1 deletion bin/trh
2 changes: 1 addition & 1 deletion bin/tuc

0 comments on commit 267031c

Please sign in to comment.