Skip to content

Commit

Permalink
Update timestamp 2024-03-15T19:22:37Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 15, 2024
1 parent d56ba43 commit 8a84c33
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 deletions.
6 changes: 3 additions & 3 deletions bucket/buzz.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.8.4",
"version": "0.9.0",
"description": "Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.",
"homepage": "https://buzzcaptions.com/",
"license": "MIT license",
"architecture": {
"64bit": {
"url": "https://github.com/chidiwilliams/buzz/releases/download/v0.8.4/Buzz-0.8.4-windows.exe",
"hash": "28ebe6d11a4183e4954697fce64de9099370d089c5bb49fe893814fc6df21ed6"
"url": "https://github.com/chidiwilliams/buzz/releases/download/v0.9.0/Buzz-0.9.0-windows.exe",
"hash": "f52451bdd2542329c889725528a7bb6705f6d5614e318df610ce68a77ef645fd"
}
},
"innosetup": true,
Expand Down
16 changes: 10 additions & 6 deletions bucket/dolt.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"version": "1.35.4",
"homepage": "https://github.com/dolthub/dolt",
"license": "Apache-2.0",
"description": "Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.",
"version": "1.35.3",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/dolthub/dolt/releases/download/v1.35.3/dolt-windows-amd64.zip",
"hash": "3e3e61478c0f897fbaca5738103aa7c54d0cdda30a3faa3d85271390b6561c1f"
"url": "https://github.com/dolthub/dolt/releases/download/v1.35.4/dolt-windows-amd64.zip",
"hash": "24072757b18e65641c5b0e59dffa548a2c81a53bcfa626c32bf2894b10428003",
"extract_dir": "dolt-windows-amd64"
}
},
"extract_dir": "dolt-windows-amd64",
"bin": "bin\\dolt.exe",
"bin": [
"bin\\dolt.exe",
"bin\\git-dolt.exe",
"bin\\git-dolt-smudge.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down
6 changes: 3 additions & 3 deletions bucket/exiftool.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "12.78",
"version": "12.79",
"description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
"homepage": "https://exiftool.org",
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
"url": "https://exiftool.org/exiftool-12.78.zip",
"hash": "sha1:2ad8b6947adc5c09bf863ad5d75b57be70a2d7b1",
"url": "https://exiftool.org/exiftool-12.79.zip",
"hash": "sha1:14c41d714c0bd46e11abc791ac06134febfc2717",
"pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"",
"bin": [
"exiftool.exe",
Expand Down
20 changes: 10 additions & 10 deletions stats.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"downloads": 0,
"appsUpdated": 0,
"manifests": 156287,
"totalDownloads": 7043,
"apps": 46473,
"badManifests": 16,
"totalBuckets": 1838,
"badBuckets": 118,
"appsNew": 0,
"totalBuckets": 1838,
"buckets": 1720,
"prevDate": "2024-03-15T18:28:40Z",
"appsDeleted": 0,
"date": "2024-03-15T18:52:41Z"
"date": "2024-03-15T19:22:37Z",
"appsNew": 0,
"apps": 46473,
"appsUpdated": 3,
"badManifests": 16,
"manifests": 156287,
"downloads": 0,
"totalDownloads": 7043,
"prevDate": "2024-03-15T18:52:41Z"
}

0 comments on commit 8a84c33

Please sign in to comment.