Skip to content

Commit

Permalink
bottom-nightly: Fix checkver branch (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 authored May 12, 2024
1 parent 32bbe3a commit 42810eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/bottom-nightly.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": "6910462482",
"version": "9047779019",
"description": "Graphical process/system monitor",
"homepage": "https://github.com/ClementTsang/bottom",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/nightly/bottom_x86_64-pc-windows-msvc.zip",
"hash": "d326683cfd8fc62f1b439184d0509c3b51398e590227e59d223b5eee6dc61473"
"hash": "2aec9f52a81605a7e4f3c3c1d7d7aa35dd41cf43766a53b0f0e30932f1f0394e"
},
"32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/nightly/bottom_i686-pc-windows-msvc.zip",
"hash": "2f75930d8b53d068e797ce2bdad61db3ee55ab800fffebfb26b857a91ef6d845"
"hash": "b69102e35dd4b5c3618d294497abee2327de8415811bdda2dbb4e62679df9692"
}
},
"bin": "btm.exe",
"checkver": {
"url": "https://api.github.com/repositories/205042455/actions/workflows/nightly.yml/runs?branch=master&status=success",
"url": "https://api.github.com/repositories/205042455/actions/workflows/nightly.yml/runs?branch=main&status=success",
"jsonpath": "$.workflow_runs[0].id"
},
"autoupdate": {
Expand Down

0 comments on commit 42810eb

Please sign in to comment.