21 lines
634 B
TOML
21 lines
634 B
TOML
name = "demo_publish"
|
|
description = "Demo de alr publish a Gitea"
|
|
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 = ["demo_publish"]
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:0e227e2bcde8aafacaca6fb22e2fd55962cd6cd9d97fd2ee8cb8ea213d8ff0e2",
|
|
"sha512:c7bf70343e875ee38efdfa3e73245dcd06283c313c6ce29ca100b93b47e31fcb7f643692de09cec318897fbfaccd2ac632f4a9175a7a0776265e7bdc30703fe5",
|
|
]
|
|
url = "https://gitea.porra.site/alire/demo_publish/releases/download/v1.0.0/demo_publish-1.0.0.tgz"
|
|
|