From b7b2b31dc2ee0c36449647884c81a5d50a6a021b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:31:38 +0000 Subject: [PATCH] chore(deps): update dependency knope to v0.13.4 --- .github/workflows/test-and-build.yml | 2 +- Formula/knope.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 8605362..fed8ae5 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - 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 diff --git a/Formula/knope.rb b/Formula/knope.rb index 75bcc78..3be5062 100644 --- a/Formula/knope.rb +++ b/Formula/knope.rb @@ -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.13.0.tar.gz" + url "https://github.com/knope-dev/knope/archive/refs/tags/v0.13.4.tar.gz" sha256 "2f5136c38a3386e80325e712069c21984f6fa3aff830b9c40ab9fdaec630f7b2" license "MIT" head "https://github.com/apollographql/rover.git", branch: "main"