diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-14 02:08:01 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-14 02:08:01 +0000 |
| commit | 68874d7e0e2c9c78ae6c37e2af7f239a145b41e4 (patch) | |
| tree | ee74bbb6c207c65d794cbdacbd74a78b3e6f28a4 /repos/core/b3sum/abuild | |
| parent | e41f7692ef1dc6b8235e8f23cfac258b5413ec26 (diff) | |
| download | alicelinux-68874d7e0e2c9c78ae6c37e2af7f239a145b41e4.tar.gz alicelinux-68874d7e0e2c9c78ae6c37e2af7f239a145b41e4.zip | |
b3sum: fix source name
Diffstat (limited to 'repos/core/b3sum/abuild')
| -rw-r--r-- | repos/core/b3sum/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/core/b3sum/abuild b/repos/core/b3sum/abuild index 71ddc6c0..0193d3be 100644 --- a/repos/core/b3sum/abuild +++ b/repos/core/b3sum/abuild @@ -2,4 +2,4 @@ name=b3sum version=1.3.1 _commit=cb4111ccc8061039b014fbb657c72f78984f1069 release=1 -source="https://git.sr.ht/~mcf/${name}/archive/${_commit}.tar.gz" +source="$name-$version.tar.gz::https://git.sr.ht/~mcf/${name}/archive/${_commit}.tar.gz" |