mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 17:40:38 +00:00
59462ee06d
* fix(yt-dlp): follow upstream versioning + rename package to -git
* update anda.hcl with new spec filename
* correct spec syntax error
* use a git repo that's not empty ffs
use anda macros and generate proper version output in yt-dlp --version
(cherry picked from commit 740e79f8b4)
Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
rpm.version(gh("yt-dlp/yt-dlp-master-builds"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
}
|