Skip to content

Commit

Permalink
Merge pull request #32 from LyraPhase/update-to-3.13.4
Browse files Browse the repository at this point in the history
update to 3.13.4
  • Loading branch information
trinitronx authored Sep 23, 2023
2 parents f2a3a4e + ebe92e1 commit c368297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Casks/pcloud-drive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@

cask "pcloud-drive" do
if Hardware::CPU.intel?
version "3.11.6"
version "3.13.4"
elsif Hardware::CPU.physical_cpu_arm64?
version "3.11.6"
version "3.13.4"
end

if Hardware::CPU.intel?
sha256 "557c319c64fdbda0fdad871fe7a058735a9cd96742a4472cf0061c80cd5a23cb"
sha256 "8c41ebd7c8eb8dfa852659cd48115b72f60f70990d426b74f742b1f55200e23e"

pkg "pCloud Drive #{version.to_s}.pkg"

code = "XZ5uazVZ2fso18Q3FwSGn3cyso8cVploGDmk"
code = "XZm1CaVZQacPWT06LpS52q4k6QY1USeGXi97"
else
sha256 "543d580d94bd9869d1c457563102132efa8db2205f1ecab98de92c5e65ff4e9d"
sha256 "0475b8b3fde324ce3c9f10e1fd0ecfde81605e2ea5fa72af22ae7180a4b11ac2"

pkg "pCloud Drive #{version.to_s} macFUSE.pkg"

code = "XZ8uazVZhIfArB0E8rbWyTbLiC1d8mOubnzX"
code = "XZu1CaVZ9hG7ro0l4g8hUAJtqMtds8fPPHXk"
end

url do
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

# homebrew-pcloud

[![ci](https://github.com/LyraPhase/sprout-wrap/actions/workflows/ci.yml/badge.svg)](https://github.com/LyraPhase/sprout-wrap/actions/workflows/ci.yml)
[![ci](https://github.com/LyraPhase/homebrew-pcloud/actions/workflows/ci.yml/badge.svg)](https://github.com/LyraPhase/homebrew-pcloud/actions/workflows/ci.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![pre-commit](https://github.com/LyraPhase/sprout-wrap/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/LyraPhase/sprout-wrap/actions/workflows/pre-commit.yml)
[![pre-commit](https://github.com/LyraPhase/homebrew-pcloud/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/LyraPhase/homebrew-pcloud/actions/workflows/pre-commit.yml)
[![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/trinitronx/donate)

Install pCloud Drive via Homebrew
Expand Down

0 comments on commit c368297

Please sign in to comment.