Skip to content

Commit

Permalink
chore(deps): update dependency knope to v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Feb 1, 2024
1 parent ec0b9d4 commit 7745529
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/v0.13.0
run: curl -o source.tgz https://codeload.github.com/knope-dev/knope/tar.gz/refs/tags/v0.13.4
- 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/v0.13.0.tar.gz"
sha256 "2f5136c38a3386e80325e712069c21984f6fa3aff830b9c40ab9fdaec630f7b2"
url "https://github.com/knope-dev/knope/archive/refs/tags/v0.13.4.tar.gz"
sha256 "29e229af18db0086fafecac562c4872e0bf27f70d00cc4fec9dee10d5512e3c3"
license "MIT"
head "https://github.com/apollographql/rover.git", branch: "main"

Expand Down

0 comments on commit 7745529

Please sign in to comment.