Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@ jobs:
run: brew install --cask macfuse
shell: bash

- run: brew test-bot
- run: brew test-bot --only-cleanup-before
shell: bash

- run: brew test-bot --only-setup
shell: bash

- run: brew test-bot --only-tap-syntax
shell: bash

- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
shell: bash

- name: Upload bottles as artifact
Expand Down
4 changes: 2 additions & 2 deletions Formula/cryfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def message
class Cryfs < Formula
desc "Encrypts your files so you can safely store them in Dropbox, iCloud, etc."
homepage "https://www.cryfs.org"
url "https://github.com/cryfs/cryfs/releases/download/1.0.1/cryfs-1.0.1.tar.xz"
sha256 "7ad4cc45e1060431991538d3e671ec11285896c0d7a24880290945ef3ca248ed"
url "https://github.com/cryfs/cryfs/releases/download/1.0.3/cryfs-1.0.3.tar.xz"
sha256 "1f30cc406e5c811490ba14174518a797a80442bfff317a2fdfbc5d21205b9dfe"
license "LGPL-3.0-or-later"
head "https://github.com/cryfs/cryfs.git", branch: "develop", shallow: false

Expand Down