mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
docs: Update ipfs homepage and desc (#123388)
* docs: Update ipfs homepage and desc Use the latest description from the GitHub repo, and the proper GitHub repository URL as the homepage. * Update ipfs.rb * Update ipfs.rb Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
co-authored by
Miccal Matthews
parent
c8f69f8e3b
commit
70b2933b16
+2
-2
@@ -2,10 +2,10 @@ cask "ipfs" do
|
||||
version "0.20.6"
|
||||
sha256 "00f1affd9b96e5b5716345d0970beeec19ca3198c5cbe3f47eabaa9521ceee31"
|
||||
|
||||
url "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v#{version}/IPFS-Desktop-#{version}.dmg"
|
||||
url "https://github.com/ipfs/ipfs-desktop/releases/download/v#{version}/IPFS-Desktop-#{version}.dmg"
|
||||
name "IPFS Desktop"
|
||||
desc "Menu bar application for the IPFS peer-to-peer network"
|
||||
homepage "https://github.com/ipfs-shipyard/ipfs-desktop"
|
||||
homepage "https://github.com/ipfs/ipfs-desktop"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
|
||||
Reference in New Issue
Block a user