Skip to content

Commit

Permalink
chore(deps): update dependency knope to v0.18.1
Browse files Browse the repository at this point in the history
Closes #35.

Signed-off-by: Dylan Anthony <[email protected]>
  • Loading branch information
renovate[bot] authored and dbanty committed Sep 15, 2024
1 parent 5169c10 commit 2f5c797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
token: ${{ secrets.PAT }}
fetch-depth: 0
- name: Download Knope Source
run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/knope/v0.18.0
run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/knope/v0.18.1
- name: Get new SHA
run: echo "NEW_SHA=$(shasum -a 256 source.tgz | cut -d ' ' -f 1)" >> "$GITHUB_ENV"
- name: Update Formula
Expand Down
4 changes: 2 additions & 2 deletions Formula/knope.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Knope < Formula
desc "Automate developer tasks, like generating changelogs and updating versions"
homepage "https://knope-dev.github.io/knope/"
url "https://github.com/knope-dev/knope/archive/refs/tags/knope/v0.18.0.tar.gz"
sha256 "a22734c96d506979a9e23c6b116c96b74105fdfb241cd0124c8723de18418d17"
url "https://github.com/knope-dev/knope/archive/refs/tags/knope/v0.18.1.tar.gz"
sha256 "16039d98db6d274a58b0069ff371f9bef9e0d5a1761b0fc4f5b350b77bcb975c"
license "MIT"
head "https://github.com/knope-dev/knope.git", branch: "main"

Expand Down

0 comments on commit 2f5c797

Please sign in to comment.