mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
dceeff53f0
* fix: tdlib * remove nightly label * cp examples folder instead of install * remove stray merge conflict text * missing space
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());
|
|
}
|