Skip to content

Commit b81c8ed

Browse files
author
ebreen
committed
fix(distribution): align release and tap URLs to ebreen
1 parent b89dd8d commit b81c8ed

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
176176
**Download:** `${{ needs.build-sign-notarize.outputs.dmg-name }}` - open the DMG and drag CloudMount to Applications.
177177
178-
**Homebrew:** `brew install eirikbreen/cloudmount/cloudmount`
178+
**Homebrew:** `brew install ebreen/cloudmount/cloudmount`
179179
180180
### Requirements
181181
@@ -206,18 +206,18 @@ jobs:
206206
run: |
207207
SHA256=$(awk '{print $1}' "dist/${DMG_NAME}.sha256")
208208
209-
git clone "https://x-access-token:${TAP_GITHUB_TOKEN}@github.com/eirikbreen/homebrew-cloudmount.git" tap
209+
git clone "https://x-access-token:${TAP_GITHUB_TOKEN}@github.com/ebreen/homebrew-cloudmount.git" tap
210210
cd tap
211211
212212
cat > Casks/cloudmount.rb << CASK
213213
cask "cloudmount" do
214214
version "${VERSION}"
215215
sha256 "${SHA256}"
216216
217-
url "https://github.com/eirikbreen/cloudmount/releases/download/v#{version}/CloudMount-#{version}.dmg"
217+
url "https://github.com/ebreen/cloudmount/releases/download/v#{version}/CloudMount-#{version}.dmg"
218218
name "CloudMount"
219219
desc "Mount cloud storage as native macOS volumes via FSKit"
220-
homepage "https://github.com/eirikbreen/cloudmount"
220+
homepage "https://github.com/ebreen/cloudmount"
221221
222222
livecheck do
223223
url :url
@@ -246,7 +246,7 @@ jobs:
246246
Mount a volume: Use the CloudMount menu bar app, or run: mount -t b2 b2://bucket /mount/point
247247
Unmount: Use the menu bar app, or run: diskutil unmount /mount/point
248248
249-
For help: https://github.com/eirikbreen/cloudmount
249+
For help: https://github.com/ebreen/cloudmount
250250
EOS
251251
end
252252
CASK

CloudMount/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>LSUIElement</key>
2424
<true/>
2525
<key>SUFeedURL</key>
26-
<string>https://raw.githubusercontent.com/eirikbreen/cloudmount/main/appcast.xml</string>
26+
<string>https://raw.githubusercontent.com/ebreen/cloudmount/main/appcast.xml</string>
2727
<key>SUPublicEDKey</key>
2828
<string></string>
2929
</dict>

appcast.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
33
<channel>
44
<title>CloudMount Updates</title>
5-
<link>https://github.com/eirikbreen/cloudmount</link>
5+
<link>https://github.com/ebreen/cloudmount</link>
66
<description>Appcast feed for CloudMount auto-updates</description>
77
<language>en</language>
88
<!-- Release entries will be added by generate_appcast during CI release -->

homebrew/cloudmount.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
version "2.0.0"
33
sha256 "PLACEHOLDER_SHA256"
44

5-
url "https://github.com/eirikbreen/cloudmount/releases/download/v#{version}/CloudMount-#{version}.dmg"
5+
url "https://github.com/ebreen/cloudmount/releases/download/v#{version}/CloudMount-#{version}.dmg"
66
name "CloudMount"
77
desc "Mount cloud storage as native macOS volumes via FSKit"
8-
homepage "https://github.com/eirikbreen/cloudmount"
8+
homepage "https://github.com/ebreen/cloudmount"
99

1010
livecheck do
1111
url :url
@@ -34,6 +34,6 @@
3434
Mount a volume: Use the CloudMount menu bar app, or run: mount -t b2 b2://bucket /mount/point
3535
Unmount: Use the menu bar app, or run: diskutil unmount /mount/point
3636
37-
For help: https://github.com/eirikbreen/cloudmount
37+
For help: https://github.com/ebreen/cloudmount
3838
EOS
3939
end

0 commit comments

Comments
 (0)