Skip to content

Commit 290cd05

Browse files
authored
Update CE 8.0 M03 Casks (#3)
* Test CE 8.0 M03 * Update packages url * Update SHAs
1 parent 2c96750 commit 290cd05

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122
- name: Test uninstall
123123
run: |
124124
brew uninstall ${{ matrix.cask }}
125-
brew untap ${{ vars.REDIS_TAP }}
125+
brew untap ${{ vars.REDIS_TAP }}

Casks/redis-rc.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
arch arm: "arm64", intel: "x86_64"
33

44
version "8.0-m03"
5-
sha256 arm: "1232be3617c93ea20516483c650cc8142dff54e10b5b6a4835cd8b6d1e293763",
6-
intel: "ce8f834a2993b70d73a85eac0bc7277d0f869b57055d75e1d3b90bb66bf4e8b3"
5+
sha256 arm: "b8c4432ca2f8609165db676898944a61635dc9a38a94149309d66387e851d38d",
6+
intel: "fdc3ef3e197ffb95b60bf54233fb19304b225a816477e8bd17dccbb66509b88a"
77

8-
url "https://redis-test-package-repository.s3.us-east-2.amazonaws.com/homebrew/redis-ce-#{version}-#{arch}.zip"
8+
url "https://packages.redis.io/homebrew/redis-ce-#{version}-#{arch}.zip"
99
name "Redis Community Edition - Pre-Release"
1010
desc "THIS IS A PRE-RELEASE VERSION!! BREAKING CHANGES MAY OCCUR WITHOUT NOTICE!! Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps."
1111
homepage "https://redis.io/"

Casks/redis.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
arch arm: "arm64", intel: "x86_64"
33

44
version "8.0-m03"
5-
sha256 arm: "1232be3617c93ea20516483c650cc8142dff54e10b5b6a4835cd8b6d1e293763",
6-
intel: "ce8f834a2993b70d73a85eac0bc7277d0f869b57055d75e1d3b90bb66bf4e8b3"
5+
sha256 arm: "b8c4432ca2f8609165db676898944a61635dc9a38a94149309d66387e851d38d",
6+
intel: "fdc3ef3e197ffb95b60bf54233fb19304b225a816477e8bd17dccbb66509b88a"
77

8-
url "https://redis-test-package-repository.s3.us-east-2.amazonaws.com/homebrew/redis-ce-#{version}-#{arch}.zip"
8+
url "https://packages.redis.io/homebrew/redis-ce-#{version}-#{arch}.zip"
99
name "Redis Community Edition - Pre-Release"
1010
desc "THIS IS A PRE-RELEASE VERSION!! Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps."
1111
homepage "https://redis.io/"

0 commit comments

Comments
 (0)