Created
March 14, 2024 12:34
-
-
Save Debajyati/40f3377fdef2c838daa5fedf2b039592 to your computer and use it in GitHub Desktop.
a scoop installer manifest to install pop: the cli email sender app on windows via scoop package manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Send email the smart way: from the command line.", | |
"version": "v0.2.0", | |
"homepage": "https://charm.sh", | |
"architecture": { | |
"32bit": { | |
"url": "https://github.com/charmbracelet/pop/releases/download/v0.2.0/pop_0.2.0_Windows_i386.zip", | |
"bin": [ | |
"pop.exe" | |
], | |
"hash": "4cb8838c6cabf937ec54a41b1c54feab15ee818d398ee53732d5368b691cc924" | |
}, | |
"64bit": { | |
"url": "https://github.com/charmbracelet/pop/releases/download/v0.2.0/pop_0.2.0_Windows_x86_64.zip", | |
"bin": [ | |
"pop.exe" | |
], | |
"hash": "21a25e155a7cdeea73886e85380797ca10e52493f1a8ae3f5ee5e587a840a3e0" | |
} | |
}, | |
"license": "MIT", | |
"url": "https://github.com/charmbracelet/pop/releases/download/v0.2.0/pop_0.2.0_Windows_x86_64.zip" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment