Skip to content

Commit

Permalink
[scenery] update to latest release (#179)
Browse files Browse the repository at this point in the history
* Update scenery

* Add readme validation
  • Loading branch information
osterman committed Apr 10, 2019
1 parent 7c210f8 commit 99b7419
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:

install:
- mkdir -p /tmp/bin
- make init
- make readme/deps readme/lint PATH=${PATH}:${INSTALL_PATH}
- make -C install all

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ packer 1.3.1 Packer is a tool for creating identical mac
rakkess 0.2.0 Review Access - kubectl plugin to show an access matrix for all available resources
rbac-lookup 0.3.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
scenery 0.1.0 A Terraform plan output prettifier
scenery 0.1.4 A Terraform plan output prettifier
shellcheck 0.5.0 ShellCheck, a static analysis tool for shell scripts
shfmt 2.5.1 A shell parser, formatter and interpreter (POSIX/Bash/mksh)
slack-notifier 0.1.3 Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packer 1.3.1 Packer is a tool for creating identical mac
rakkess 0.2.0 Review Access - kubectl plugin to show an access matrix for all available resources
rbac-lookup 0.3.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
retry 3.3.0 ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
scenery 0.1.0 A Terraform plan output prettifier
scenery 0.1.4 A Terraform plan output prettifier
shellcheck 0.5.0 ShellCheck, a static analysis tool for shell scripts
shfmt 2.5.1 A shell parser, formatter and interpreter (POSIX/Bash/mksh)
slack-notifier 0.1.3 Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
Expand Down
2 changes: 1 addition & 1 deletion vendor/scenery/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include ../../tasks/Makefile.apk

# Package details
export VENDOR ?= dmlittle
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)-v$(PACKAGE_VERSION)-dev-$(OS)-$(ARCH)
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary

install:
Expand Down
2 changes: 1 addition & 1 deletion vendor/scenery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.4

0 comments on commit 99b7419

Please sign in to comment.