mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 01:21:57 +00:00
8 lines
272 B
Plaintext
8 lines
272 B
Plaintext
rpm.global("commit", gh_commit("tdlib/td"));
|
|
if rpm.changed() {
|
|
let v = find("\nproject\\(TDLib\\s+VERSION\\s+([\\d.]+)\\s+", gh_rawfile("tdlib/td", "master", "CMakeLists.txt"), 1);
|
|
rpm.global("ver", v);
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|