mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 21:27:37 +00:00
c167c0bbaa
* fix(goofcord): Vendor NodeJS Basically spec side of SRPM macro changes. * ? * Update goofcord.spec * Ugh * Update goofcord.spec * Update goofcord.spec * Update goofcord.spec * ? * ? * ? * Vendor? * try add electron * Freeze * meow * Update goofcord.spec * Spoof Electron version * Hmm * Export? * ? * Update goofcord.spec * WTF * Update goofcord.spec * Update goofcord.spec * ? * Revert "?" This reverts commit7fd23dc264. * Update goofcord.spec * ? * Update goofcord.spec * ? * Update goofcord.spec * ? * Update goofcord.spec * Update goofcord.spec * ? * ...? * ? * Update goofcord.spec * Cursed * Even more cursed * ...? * If this works I'm screaming * fix: Update scripts * dfshdfhjdfshjk * feat: Electron macros * fix: Oops * fix: Oops again * fix: Double oops * chore: Use macros * fix: Eep * fix: A * ? * chore: Arch macro * chore: Macroooo * fix: Bun * fix: Oh boy * fix: Oh boy again * chore: Macwo uwu * fix: AAAAAAAA * fix: AAAAAAAAGAIN * feat(nightly): Dynamic update script? * Oops --------- (cherry picked from commit6ea821dfe8) Signed-off-by: Gilver <rockgrub@disroot.org> Signed-off-by: madomado <madonuko@outlook.com> Co-authored-by: Gilver <rockgrub@disroot.org> Co-authored-by: madomado <madonuko@outlook.com>
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
let v = gh_tag("Milkshiift/GoofCord");
|
|
|
|
if `[\d.]+-beta\.\d+`.find_all(v).len == 0 {
|
|
rpm.version(v);
|
|
}
|