forked from cashapp/hermit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cascadia.hcl
17 lines (15 loc) · 994 Bytes
/
cascadia.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description = "Go cascadia package command line CSS selector"
binaries = ["cascadia"]
strip = 1
source = "https://github.com/suntong/cascadia/releases/download/v${version}/cascadia_${version}_${os}_amd64.tar.gz"
version "1.2.6" "1.2.7" {
auto-version {
github-release = "suntong/cascadia"
}
}
sha256sums = {
"https://github.com/suntong/cascadia/releases/download/v1.2.6/cascadia_1.2.6_linux_amd64.tar.gz": "e5eb87c99b65f61fe827dedfac8cb9ed3847c9d7a12325422cb3f0183357b1f3",
"https://github.com/suntong/cascadia/releases/download/v1.2.6/cascadia_1.2.6_darwin_amd64.tar.gz": "864b09cb27763081b03235b603a7cd580aed12f39000abe0a86028ec1293384e",
"https://github.com/suntong/cascadia/releases/download/v1.2.7/cascadia_1.2.7_linux_amd64.tar.gz": "691d0b6ea25650bbb3447278e792d177eb0b175d4cb3bc35f7ff1769d74b9cef",
"https://github.com/suntong/cascadia/releases/download/v1.2.7/cascadia_1.2.7_darwin_amd64.tar.gz": "169c196d5b402465754ff10a26d4a0095dd10b2817486fe3125f55be3840b3f6",
}