mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Supports features such as: * Creating torrent files * Inspecting torrent files * Modifying torrent metadata * Supports tracker-specific requirements automatically * Batch mode
13 lines
213 B
Go
13 lines
213 B
Go
--- main.go.orig 2025-03-07 21:35:10 UTC
|
|
+++ main.go
|
|
@@ -7,8 +7,8 @@ var (
|
|
)
|
|
|
|
var (
|
|
- version = "dev"
|
|
- buildTime = "unknown"
|
|
+ version = "%%DISTVERSION%%"
|
|
+ buildTime = "%%BUILDTIME%%"
|
|
)
|
|
|
|
func main() {
|