forked from cashapp/hermit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.hcl
31 lines (27 loc) · 755 Bytes
/
atlas.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
description = "A modern tool for managing database schemas"
binaries = ["atlas"]
homepage = "https://atlasgo.io/"
source = "https://release.ariga.io/atlas/atlas-${os}-${arch_}-v${version}"
vars = {
"arch_": "${arch}",
}
platform "darwin" "arm64" {
vars = {
"arch_": "amd64",
}
}
on "unpack" {
rename {
from = "${root}/atlas-${os}-${arch_}-v${version}"
to = "${root}/atlas"
}
}
version "0.9.0" {
auto-version {
github-release = "ariga/atlas"
}
}
sha256sums = {
"https://release.ariga.io/atlas/atlas-linux-amd64-v0.9.0": "be7bca275255b1b4ab1c97ddf17b95c6a8dbc6e2aeae83c1c1545d2af57ffacd",
"https://release.ariga.io/atlas/atlas-darwin-amd64-v0.9.0": "ba56ff4a7e1cb821f2c17fef4dd5ca4f5c43bafd38e013f219ef58ac21c77584",
}