Skip to content

Commit

Permalink
Merge pull request #31 from LyraPhase/update-to-3.11.6
Browse files Browse the repository at this point in the history
Update to 3.11.6
  • Loading branch information
trinitronx authored Jul 6, 2022
2 parents c263d4a + a62d65e commit f2a3a4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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.4"
version "3.11.6"
elsif Hardware::CPU.physical_cpu_arm64?
version "3.11.4"
version "3.11.6"
end

if Hardware::CPU.intel?
sha256 "772581869c2cece613cc16ea954a5cd2275a1b4a5d2aa95d876480bd5436bbf3"
sha256 "557c319c64fdbda0fdad871fe7a058735a9cd96742a4472cf0061c80cd5a23cb"

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

code = "XZkiyVVZbNzHvVkMPiyUdW7EjPyLguoyu0QV"
code = "XZ5uazVZ2fso18Q3FwSGn3cyso8cVploGDmk"
else
sha256 "9338ca82340a2e421c144f926bfd99d9598b3df104d0737918d89c5b28898d02"
sha256 "543d580d94bd9869d1c457563102132efa8db2205f1ecab98de92c5e65ff4e9d"

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

code = "XZHiyVVZY6pQSWzTKUVdpTon2mDqGh4PhUyk"
code = "XZ8uazVZhIfArB0E8rbWyTbLiC1d8mOubnzX"
end

url do
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GITHUB_USER := trinitronx
REPO_ORG := LyraPhase
REPO_NAME := homebrew-pcloud
REPO := $(GITHUB_USER)/$(REPO_NAME)
REPO := $(REPO_ORG)/$(REPO_NAME)
CASK_NAME := pcloud-drive
HOMEBREW_LIBRARY_TAPS := $(shell brew --repo)/Library/Taps
TAP_DIR := $(HOMEBREW_LIBRARY_TAPS)/$(GITHUB_USER)
TAP_DIR := $(HOMEBREW_LIBRARY_TAPS)/$(REPO_ORG)

DEFAULT_GOAL: help ## no-help

Expand Down

0 comments on commit f2a3a4e

Please sign in to comment.