Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update detik to 1.3.1 #13

Merged
merged 2 commits into from
Jun 12, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/test-brew-formulae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: INSTALL local formula
run: brew install --build-from-source --verbose $PACKAGE
- name: AUDIT
run: brew audit --new-formula $PACKAGE
run: brew audit --new $PACKAGE
- name: INSTALL
run: brew install --build-from-source --verbose $PACKAGE
- name: TEST
Expand Down
4 changes: 2 additions & 2 deletions Formula/bats-detik.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BatsDetik < Formula
desc "Library to ease e2e tests of applications in K8s environments"
homepage "https://github.com/bats-core/bats-detik"
url "https://github.com/bats-core/bats-detik/archive/refs/tags/v1.3.0.tar.gz"
sha256 "b9557629fc06f03447a6857105385e43524c8d49ec65023f4248e355c9ad5a74"
url "https://github.com/bats-core/bats-detik/archive/refs/tags/v1.3.1.tar.gz"
sha256 "1cf48a74c505d95950c45bab757fd4a65040aa6766889f0be8f54279827b9bff"
license "MIT"
head "https://github.com/bats-core/bats-detik.git", branch: "master"

Expand Down
Loading