Skip to content

Commit

Permalink
identme: Add version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrier committed Feb 2, 2025
1 parent 1d917ea commit b3f9c11
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bucket/identme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": "0.1",
"description": "Public IP address lookup",
"homepage": "https://www.ident.me",
"license": "0BSD",
"architecture": {
"32bit": {
"url": "https://github.com/pcarrier/ident.me/releases/download/v0.1/identme.x86.exe#/identme.exe",
"hash": "dda00a0138ea2ed2370ea855afe3b93cf9a61a241f20721f319215a830c95065"
},
"64bit": {
"url": "https://github.com/pcarrier/ident.me/releases/download/v0.1/identme.x64.exe#/identme.exe",
"hash": "1123615eb7e770efd319921948ceb901924494efcaf118f1ea5bf6c72942d62f"
},
"arm64": {
"url": "https://github.com/pcarrier/ident.me/releases/download/v0.1/identme.arm64.exe#/identme.exe",
"hash": "eecc76c97cca927a93bfbecf65f4c446311708e4286d04cbcc7dbe4a77c11aee"
}
},
"bin": "identme.exe",
"checkver": {
"github": "https://github.com/pcarrier/ident.me"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/pcarrier/ident.me/releases/download/v$version/identme.x86.exe#/identme.exe"
},
"64bit": {
"url": "https://github.com/pcarrier/ident.me/releases/download/v$version/identme.x64.exe#/identme.exe"
},
"arm64": {
"url": "https://github.com/pcarrier/ident.me/releases/download/v$version/identme.arm64.exe#/identme.exe"
}
}
}
}

0 comments on commit b3f9c11

Please sign in to comment.