Skip to content

Commit

Permalink
update landing links
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 14, 2024
1 parent 8e5adba commit e589429
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
22 changes: 9 additions & 13 deletions landing/src/lib/latest_release.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
{
"assets": [
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.6/dummy.txt",
"name": "dummy.txt"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.6/vibe_2.0.6_aarch64.dmg",
"name": "vibe_2.0.6_aarch64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_aarch64.dmg",
"name": "vibe_2.1.0_aarch64.dmg",
"platform": "MacOS",
"arch": "darwin-aarch64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.6/vibe_2.0.6_amd64.deb",
"name": "vibe_2.0.6_amd64.deb",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_amd64.deb",
"name": "vibe_2.1.0_amd64.deb",
"platform": "Linux",
"arch": "linux-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.6/vibe_2.0.6_x64-setup.exe",
"name": "vibe_2.0.6_x64-setup.exe",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_x64-setup.exe",
"name": "vibe_2.1.0_x64-setup.exe",
"platform": "Windows",
"arch": "windows-x86_64"
},
{
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.0.6/vibe_2.0.6_x64.dmg",
"name": "vibe_2.0.6_x64.dmg",
"url": "https://github.com/thewh1teagle/vibe/releases/download/v2.1.0/vibe_2.1.0_x64.dmg",
"name": "vibe_2.1.0_x64.dmg",
"platform": "MacOS",
"arch": "darwin-x86_64"
}
],
"version": "v2.0.6"
"version": "v2.1.0"
}
2 changes: 1 addition & 1 deletion scripts/landing_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from 'fs/promises'
const RELEASES_PATH = path.resolve(__dirname, '../landing/src/lib/latest_release.json')
const OWNER = 'thewh1teagle'
const REPO = 'vibe'
const BLACKLIST_PATTERNS = ['opencl', 'nvidia', 'older', '.rpm']
const BLACKLIST_PATTERNS = ['opencl', 'nvidia', 'older', '.rpm', 'portable', 'cuda', 'ubuntu', 'setup_']

function getAssetInfo(name) {
const platformMap = {
Expand Down

0 comments on commit e589429

Please sign in to comment.