21 lines
629 B
TOML
21 lines
629 B
TOML
name = "conversor"
|
|
description = "Conversor de unidades (prueba tar)"
|
|
version = "1.0.0"
|
|
|
|
authors = ["Your Name"]
|
|
maintainers = ["Your Name <example@example.com>"]
|
|
maintainers-logins = ["raver"]
|
|
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
|
|
website = ""
|
|
tags = []
|
|
|
|
executables = ["conversor"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:89975ce64f6c7d39cd7e09aa40482fbea8d0d8ca47d24e37ea2455a5e86e435d",
|
|
"sha512:4e2e498f5a2622b35349306e5c5c54bc5d58b202a53b546dd3cd80ee6173956fbc915844ef3b02d9537fb8070df064ce52fcbf949e4ab16b22c3bdd68faa2635",
|
|
]
|
|
url = "https://gitea.porra.site/alire/conversor/releases/download/v1.0.0/conversor-1.0.0.tgz"
|
|
|