Skip to content

Commit

Permalink
chore(deps): update dependency knope to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent b5f1dd3 commit 0eef17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/v0.16.1
run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/v0.16.2
- name: Get new SHA
run: echo "NEW_SHA=$(shasum -a 256 source.tgz | cut -d ' ' -f 1)" >> $GITHUB_ENV
- name: Update Formula
Expand Down
2 changes: 1 addition & 1 deletion Formula/knope.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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/v0.16.1.tar.gz"
url "https://github.com/knope-dev/knope/archive/refs/tags/v0.16.2.tar.gz"
sha256 "295e9be711b63a637fa80166c7d3a866ec76f26f765ee154b494c7e08e77a6fb"
license "MIT"
head "https://github.com/knope-dev/knope.git", branch: "main"
Expand Down

0 comments on commit 0eef17e

Please sign in to comment.