Skip to content

Commit

Permalink
Update BuildCache to point at GitLab & bump to v0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonj99 committed Jun 22, 2024
1 parent a8a9e35 commit 6136ce4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/buildcache.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.28.4",
"description": "An advanced compiler accelerator that caches and reuses build results to avoid unnecessary re-compilations, and thereby speeding up the build process",
"homepage": "https://github.com/mbitsnbites/buildcache",
"version": "0.30.1",
"description": "An advanced compiler accelerator that caches and reuses build results to avoid unnecessary re-compilations, and thereby speeding up the build process.",
"homepage": "https://gitlab.com/bits-n-bites/buildcache",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/mbitsnbites/buildcache/releases/download/v0.28.4/buildcache-windows.zip",
"hash": "8003f9c79152092ec37397873d668d68f6e4cb78ca1ef04389c3f5ad6bac7fc4"
"url": "https://gitlab.com/bits-n-bites/buildcache/-/releases/v0.30.1/downloads/buildcache-windows.zip",
"hash": "45de197318c1c81aa5ad33ddaf08d0b805b148f60bcb11508807c582295bdc25"
}
},
"extract_dir": "buildcache",
Expand All @@ -17,11 +17,11 @@
"buildcache"
]
],
"checkver": "github",
"checkver": "gitlab",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mbitsnbites/buildcache/releases/download/v$version/buildcache-windows.zip"
"url": "https://gitlab.com/bits-n-bites/buildcache/-/releases/v$version/downloads/buildcache-windows.zip"
}
}
}
Expand Down

0 comments on commit 6136ce4

Please sign in to comment.