Skip to content

Commit

Permalink
Merge pull request #11 from bats-core/detik-1.2.1and-file-0.4.0
Browse files Browse the repository at this point in the history
chore: update bats-detik to 1.2.1 and bats-file to 0.4.0
  • Loading branch information
brokenpip3 authored Nov 7, 2023
2 parents f59af6f + a7bb445 commit 433c538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 --formula Formula/$PACKAGE.rb
run: brew audit --new-formula $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.2.0.tar.gz"
sha256 "9a0a260a5a97a1ef357a6fcc8acc2e9ef4595fe9cca7b43fa33dfa701611821f"
url "https://github.com/bats-core/bats-detik/archive/refs/tags/v1.2.1.tar.gz"
sha256 "af6adfaafc5db94e0beaaace8cf36db01e5c4bca86b0f50740981bc06066d330"
license "MIT"
head "https://github.com/bats-core/bats-detik.git", branch: "master"

Expand Down
4 changes: 2 additions & 2 deletions Formula/bats-file.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BatsFile < Formula
desc "Common filesystem assertions for Bats"
homepage "https://github.com/bats-core/bats-file"
url "https://github.com/bats-core/bats-file/archive/refs/tags/v0.3.0.tar.gz"
sha256 "54d1c8b1908608aef8e46ac17d4001a75119e279662aeac4e5859ce780515362"
url "https://github.com/bats-core/bats-file/archive/refs/tags/v0.4.0.tar.gz"
sha256 "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a"
license "MIT"
head "https://github.com/bats-core/bats-file.git", branch: "master"

Expand Down

0 comments on commit 433c538

Please sign in to comment.