Skip to content

Commit 97d37a7

Browse files
committed
1 parent cfa349d commit 97d37a7

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ postgres/postgresql-11.22.tar.gz:
9494
size: 26826810
9595
object_id: d1f8d34c-b438-44e7-7672-5daea8a6da66
9696
sha: sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
97-
storage-cli/storage-cli-0.0.2-linux-amd64:
98-
size: 59969310
99-
object_id: 69df5cb4-8137-4fd0-4fa9-450e181566fd
100-
sha: sha256:3ec961dfe2e8570d30781267bfe78002c6346c02c648277db0cc26fad51954af
97+
storage-cli/storage-cli-0.0.3-linux-amd64:
98+
size: 60494421
99+
object_id: 72e3d912-7baf-4b99-47a2-6bed0455890e
100+
sha: sha256:6dbf2d817717c348bf3ba504b7c124cb2133c0a3945d0607f8446e74c5f5912e
101101
valkey/7.2.11.tar.gz:
102102
size: 3441067
103103
object_id: ac3c2823-80c0-41e9-78e4-e42014aad04a

packages/storage-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The file can be downloaded from the following location:
66

77
| Filename | Download URL |
88
|----------------------------------|-----------------------------------------------------------------------------------------------------------------|
9-
| storage-cli/storage-cli-0.0.2-linux-amd64 | [https://github.com/cloudfoundry/storage-cli](https://github.com/cloudfoundry/storage-cli/releases/download/v0.0.2/storage-cli-0.0.2-linux-amd64)|
9+
| storage-cli/storage-cli-0.0.3-linux-amd64 | [https://github.com/cloudfoundry/storage-cli](https://github.com/cloudfoundry/storage-cli/releases/download/v0.0.3/storage-cli-0.0.3-linux-amd64)|

packages/storage-cli/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
storage_cli_version="0.0.2"
3+
storage_cli_version="0.0.3"
44
mkdir -p ${BOSH_INSTALL_TARGET}/bin
55
mv storage-cli/storage-cli-${storage_cli_version}-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/storage-cli
66
chmod +x ${BOSH_INSTALL_TARGET}/bin/storage-cli

packages/storage-cli/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
name: storage-cli
33
files:
4-
- storage-cli/storage-cli-0.0.2-linux-amd64
4+
- storage-cli/storage-cli-0.0.3-linux-amd64

0 commit comments

Comments
 (0)