diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-13 09:26:34 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-13 09:26:34 +0000 |
| commit | a7957b7d0d51aedf984a639df582073a4adc403b (patch) | |
| tree | 172ac973a8b63f6bff039dd0a9383c3b14ed0bba /repos/extra/foot | |
| parent | 69c7339a03fb1c935a6498744a49d07718fa47f8 (diff) | |
| download | alicelinux-a7957b7d0d51aedf984a639df582073a4adc403b.tar.gz alicelinux-a7957b7d0d51aedf984a639df582073a4adc403b.zip | |
fix abuild
Diffstat (limited to 'repos/extra/foot')
| -rw-r--r-- | repos/extra/foot/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/foot/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/foot/.checksum b/repos/extra/foot/.checksum index 545e1d49..f094010b 100644 --- a/repos/extra/foot/.checksum +++ b/repos/extra/foot/.checksum @@ -1 +1 @@ -7ac8510d2ce2b8971acce9f0c4709b3f4f89723fd93a8ab0e4fba807525850f2 1.20.2.tar.gz +7ac8510d2ce2b8971acce9f0c4709b3f4f89723fd93a8ab0e4fba807525850f2 foot-1.20.2.tar.gz diff --git a/repos/extra/foot/abuild b/repos/extra/foot/abuild index 239c2168..d4a8ff71 100644 --- a/repos/extra/foot/abuild +++ b/repos/extra/foot/abuild @@ -1,7 +1,7 @@ name=foot version=1.20.2 release=2 -source="https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz" +source="$name-$version.tar.gz::https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz" build_opt="-Dtests=false" postbuild() { |