diff options
author | davidovski <david@davidovski.xyz> | 2022-01-15 11:40:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-15 11:40:27 +0000 |
commit | 8a77e5f7e5f678c463b0e072f3aa86632af03263 (patch) | |
tree | 85231cf471d3e7a90eb0c9645dd6ade95dadc911 /repo/core | |
parent | 18e64bee12506982c50d0c1e245a4d8c7f6058b8 (diff) |
fixed ice cream's source
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/icecream.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/icecream.xibuild b/repo/core/icecream.xibuild index 1f67f5b..d0da0dc 100644 --- a/repo/core/icecream.xibuild +++ b/repo/core/icecream.xibuild @@ -2,7 +2,7 @@ DEPS=(gcc python) -SOURCE=https://github.com/icecc/icecream/archive/1.3.1.tar.gz +SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz DESC="A build distribution service based on distcc" |