Skip to content

Commit

Permalink
update jq (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamintf1 authored Jan 16, 2025
1 parent 2a40e60 commit a2f00f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jq/jq.tar.gz:
size: 1369116
object_id: 8a7e94ab-6369-40d8-7d35-5bc4d4e9dfa8
sha: sha256:e1b3e46c2ab40ffb531cf0e88961351281301e300ad61ed905f146f33e9a595b
jq:
size: 2319424
object_id: 60d35a5c-7aed-46f7-66e8-65b311a8abc5
sha: sha256:5942c9b0934e510ee61eb3e30273f1b3fe2590df93933a93d7c58b81d19c8ff5
2 changes: 1 addition & 1 deletion packages/notifications-jq/packaging
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -ex

mkdir -p $BOSH_INSTALL_TARGET/bin
tar zxvf jq/jq.tar.gz -C $BOSH_INSTALL_TARGET/bin
cp jq ${BOSH_INSTALL_TARGET}/bin/jq
chmod +x $BOSH_INSTALL_TARGET/bin/jq
2 changes: 1 addition & 1 deletion packages/notifications-jq/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name: notifications-jq

files:
- jq/jq.tar.gz
- jq

0 comments on commit a2f00f5

Please sign in to comment.