Skip to content

Commit

Permalink
Update timestamp 2024-10-15T06:39:44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 15, 2024
1 parent 09012a6 commit 59d67ef
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 63 deletions.
10 changes: 5 additions & 5 deletions bucket/GoogleChromeCanary-Portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "131.0.6775.0",
"version": "131.0.6777.2",
"description": "Google Chrome Canary. Fast, secure, and free web browser, built for the modern web.",
"homepage": "https://www.google.com/chrome/canary",
"license": {
Expand All @@ -9,12 +9,12 @@
"changelog": "https://chromereleases.googleblog.com/",
"architecture": {
"64bit": {
"url": "https://dl.google.com/release2/chrome/acgcqlt36spjugsnqgh6mcpgxhcq_131.0.6775.0/131.0.6775.0_chrome_installer.exe#/dl.7z",
"hash": "ec7ee27410b42da08e7fddf191be5ac48fe14c9493e9fd3f78f583991189d06b"
"url": "https://dl.google.com/release2/chrome/acce6g76vg6aqpk7bhucv6r7l43a_131.0.6777.2/131.0.6777.2_chrome_installer.exe#/dl.7z",
"hash": "f76f477b20b1d7edd9edc83f8ad7fdaca511138782a2d5aa7ec37f32557f627c"
},
"32bit": {
"url": "https://dl.google.com/release2/chrome/f2bv4ppgjiy3wtguytllj22nmu_131.0.6775.0/131.0.6775.0_chrome_installer.exe#/dl.7z",
"hash": "53017278dd5df3fa3d0bc373d05643f30237ba2c390b88d638b0a53a3a70275f"
"url": "https://dl.google.com/release2/chrome/accp4z3zjg6areqmbjkpnf3dmmxa_131.0.6777.2/131.0.6777.2_chrome_installer.exe#/dl.7z",
"hash": "3ffb733b97146208191bc89f0986a8925086ac05104135496c72b27506ef2a43"
}
},
"installer": {
Expand Down
6 changes: 3 additions & 3 deletions bucket/Jacket-Portable.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "0.22.789",
"version": "0.22.800",
"description": "Jacket. API Support for your favorite torrent trackers",
"homepage": "https://github.com/Jackett/Jackett",
"license": "GPL-2.0-or-later",
"changelog": "https://github.com/Jackett/Jackett/releases",
"url": "https://github.com/Jackett/Jackett/releases/download/v0.22.789/Jackett.Binaries.Windows.zip",
"hash": "b6a8b2cd40797ce478d9ea890f167c3a52c0279e92ba54b8811de1752b0a1720",
"url": "https://github.com/Jackett/Jackett/releases/download/v0.22.800/Jackett.Binaries.Windows.zip",
"hash": "aa86af846e1c1e96487a27fd2c47c519851c567ef23b8d0291747beba3064e6d",
"shortcuts": [
[
"Jackett\\JackettTray.exe",
Expand Down
72 changes: 41 additions & 31 deletions bucket/apifox.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,58 @@
{
"version": "2.6.23",
"description": "API 设计、开发、测试一体化协作平台。All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation.",
"homepage": "https://apifox.com",
"license": "Freeware",
"url": "https://file-assets.apifox.com/download/Apifox-windows-latest.zip",
"hash": "sha512:a309e81739a97764ef6812843a8b2ad864f12807de4ef9b6a02860ca3132bcb3d1ebd21d0563c7ae48e9a1c198799924173eaeb4daaac965712ab54c562eb868",
"description": "API 文档、API 调试、API Mock、API 自动化测试",
"homepage": "https://www.apifox.cn",
"license": "Unknown",
"url": "http://cdn.apifox.cn/download/2.6.23/Apifox-2.6.23.exe#/dl.7z",
"hash": "sha512:ca10b5277e6fe8048df4be3e544f66043de44b66ce5ef8d3b51d2d4fb655176bf175799d62c669d73ca03e499a7f49895d376eab3b2a82bea65b3e07d106e73c",
"installer": {
"script": [
"# Expand-7zipArchive",
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"# handle runtime cache",
"if (!(Test-Path $persist_dir)) {",
" New-Item $persist_dir -Type Directory -Force | Out-Null",
"}",
"$runtimeCache = \"$env:APPDATA\\apifox\"",
"$runtimeCachePersist = \"$persist_dir\\appdata\"",
"if (Test-Path $runtimeCachePersist) {",
" Remove-Item $runtimeCache -Force -Recurse -ErrorAction SilentlyContinue",
" New-Item -Type Junction -Path $runtimeCache -Target $runtimeCachePersist | Out-Null",
"} else {",
" if (Test-Path $runtimeCache) {",
" Move-Item $runtimeCache $runtimeCachePersist -Force",
" New-Item -Type Junction -Path $runtimeCache -Target $runtimeCachePersist | Out-Null",
" }",
"}"
]
},
"uninstaller": {
"script": [
"$runtimeCache = \"$env:APPDATA\\apifox\"",
"$runtimeCachePersist = \"$persist_dir\\appdata\"",
"if (!(Test-Path $runtimeCachePersist)) {",
" Move-Item $runtimeCache $runtimeCachePersist -Force",
"} else {",
" Remove-Item $runtimeCache -Force -Recurse -ErrorAction SilentlyContinue",
"}"
]
},
"shortcuts": [
[
"Apifox.exe",
"Apifox"
]
],
"pre_install": [
"$bucket=(scoop bucket list | where-Object { $_.Source -match '(gitee|github).com/abgox/abgo_bucket'})[0].Name",
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"",
"$path_installer=\"$dir\\Apifox-$version.exe\"",
"& $path_installer /S /D=$dir",
"$core_exe=\"$dir\\Apifox.exe\"",
"sleep_install $core_exe",
"persist_file -dir @(\"$user_AppData\\apifox\") @(\"$persist_dir\\apifox\")",
"handle_app_lnk",
"do_some_things"
],
"pre_uninstall": [
"$bucket=(scoop bucket list | where-Object { $_.Source -match '(gitee|github).com/abgox/abgo_bucket'})[0].Name",
". \"$bucketsdir\\$bucket\\bin\\utils.ps1\"",
"stop_process $false",
"Stop-Process -Name 'ApifoxAppAgent' -ErrorAction SilentlyContinue",
"Wait-Process -Name 'ApifoxAppAgent' -ErrorAction SilentlyContinue -Timeout 30",
"remove_files @(\"$user_AppData\\apifox\")",
"$ui_exe=\"$dir\\Uninstall Apifox.exe\"",
"try{ & $ui_exe /S }catch{}",
"sleep_uninstall $ui_exe",
"remove_files @(\"$user_LocalAppData\\apifox-updater\")"
],
"checkver": {
"url": "https://apifox.com/help/app/changelog",
"regex": ">([\\d.]+)<"
},
"autoupdate": {
"url": "https://file-assets.apifox.com/download/Apifox-windows-latest.zip",
"url": "http://cdn.apifox.cn/download/$version/Apifox-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512: $base64"
"url": "http://cdn.apifox.cn/download/latest.yml",
"regex": "sha512.*?$base64"
}
}
}
4 changes: 2 additions & 2 deletions bucket/neovim-bare-nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0-dev-968",
"version": "0.11.0-dev-976",
"description": "Vim fork focused on extensibility and usability",
"homepage": "https://neovim.io",
"license": {
Expand All @@ -12,7 +12,7 @@
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip",
"hash": "80b5d6044ab558df8ce2cada6625e0dbad419085772fd3e83bac98f76a44f304"
"hash": "f39d612bc10c5aab34c383c43631ebdc8a85ecd4941a3f1135184c7a69883c32"
}
},
"extract_dir": "nvim-win64",
Expand Down
2 changes: 1 addition & 1 deletion bucket/r-devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "r87233",
"license": "GPL-2.0-only",
"url": "https://cloud.r-project.org/bin/windows/base/R-devel-win.exe",
"hash": "md5:b93359a4742d16f6b9f842ed1a62a382",
"hash": "md5:9ef0c37b6f98d0d9402bce761ad247b5",
"innosetup": true,
"architecture": {
"64bit": {
Expand Down
4 changes: 2 additions & 2 deletions bucket/r-patched.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"homepage": "https://www.r-project.org",
"description": "A free software environment for statistical computing and graphics.",
"version": "2024-10-13",
"version": "2024-10-14",
"license": "GPL-2.0-only",
"url": "https://cloud.r-project.org/bin/windows/base/R-patched.exe",
"hash": "95620c81d7b431656234a90363f5d9ff27a19c84218014d61393dd57476b49dc",
"hash": "ddfdb6abbe635a09bdd7ea96fe3d62b553f8b09bea7064842694aa3ade90f1e7",
"innosetup": true,
"architecture": {
"64bit": {
Expand Down
14 changes: 7 additions & 7 deletions bucket/redis_exporter.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "1.64.1",
"version": "1.65.0",
"description": "A Prometheus exporter for Redis metrics.",
"homepage": "https://github.com/oliver006/redis_exporter",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/oliver006/redis_exporter/releases/download/v1.64.1/redis_exporter-v1.64.1.windows-amd64.zip",
"hash": "b7bddbb662eb79cf2e0c34a283389d4e3769d4e0b5f3e6a3842adf21a077cc81",
"extract_dir": "redis_exporter-v1.64.1.windows-amd64"
"url": "https://github.com/oliver006/redis_exporter/releases/download/v1.65.0/redis_exporter-v1.65.0.windows-amd64.zip",
"hash": "1d50acafbd36dbbd4e6e1fdaee3ec2e045724c7207889e231830ac0a30e2eda1",
"extract_dir": "redis_exporter-v1.65.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/oliver006/redis_exporter/releases/download/v1.64.1/redis_exporter-v1.64.1.windows-386.zip",
"hash": "556397a7acbb3d9574ed5474850d3ac29d5e9a4909350a8fe67d959b561f7e62",
"extract_dir": "redis_exporter-v1.64.1.windows-386"
"url": "https://github.com/oliver006/redis_exporter/releases/download/v1.65.0/redis_exporter-v1.65.0.windows-386.zip",
"hash": "a9f8f2554099a7b941d5a6d3dffa644326016a1ec3e6ef10f53a4857a26b92e4",
"extract_dir": "redis_exporter-v1.65.0.windows-386"
}
},
"bin": "redis_exporter.exe",
Expand Down
6 changes: 3 additions & 3 deletions bucket/wireshark-nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.5.0rc0-621-ga9b2be2df16d",
"version": "4.5.0rc0-622-g75b742d2993e",
"description": "A network protocol analyzer that lets you see what’s happening on your network at a microscopic level.",
"homepage": "https://www.wireshark.org/",
"license": "GPL-2.0-or-later",
Expand All @@ -11,8 +11,8 @@
"suggest": {
"Nmap (includes Npcap)": "nmap"
},
"url": "https://www.wireshark.org/download/automated/win64/WiresharkPortable64_4.5.0rc0-621-ga9b2be2df16d.paf.exe#/dl.7z",
"hash": "a03dfeac6688f0e08a0907e85bdeb8b6015b5c12a851bbb3b44439b55608a295",
"url": "https://www.wireshark.org/download/automated/win64/WiresharkPortable64_4.5.0rc0-622-g75b742d2993e.paf.exe#/dl.7z",
"hash": "44f25155447a9a823aa11d6576a43854b442443e7c0c24606041ed986043bdab",
"bin": [
"App\\Wireshark\\capinfos.exe",
"App\\Wireshark\\captype.exe",
Expand Down
2 changes: 1 addition & 1 deletion bucket/xnviewmp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"architecture": {
"64bit": {
"url": "https://download.xnview.com/XnViewMP-win-x64.zip",
"hash": "c4cd674b0489ad9fa40c04f74d5ea57b1638f991e1b9d0a34873d2c9f76fd2bc"
"hash": "4f8d0be375227e43df0da31faed2a03d7057e5f3d8c5372e593f308cdbf26c24"
},
"32bit": {
"url": "https://download.xnview.com/XnViewMP-win.zip",
Expand Down
16 changes: 8 additions & 8 deletions stats.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"downloads": 364,
"totalBuckets": 2000,
"downloads": 365,
"apps": 49211,
"manifests": 163017,
"buckets": 1830,
"badBuckets": 170,
"appsDeleted": 0,
"appsUpdated": 0,
"totalBuckets": 2000,
"totalDownloads": 14248866,
"manifests": 163017,
"totalDownloads": 14249231,
"appsNew": 0,
"appsUpdated": 9,
"appsDeleted": 0,
"date": "2024-10-15T06:39:44Z",
"badManifests": 20,
"prevDate": "2024-10-15T05:33:21Z",
"date": "2024-10-15T05:53:18Z"
"prevDate": "2024-10-15T05:53:18Z"
}

0 comments on commit 59d67ef

Please sign in to comment.