Skip to content

Commit

Permalink
fix osx binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet2mir committed Oct 15, 2020
1 parent 03966eb commit a301c9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ archive-linux: binary
sha256sum artifacts/archives/wildq-$(PYTHON_WILDQ_VERSION)-linux-x86_64.tar.gz

archive-macos: binary
tar cfz artifacts/archives/wildq-$(PYTHON_WILDQ_VERSION)-darwin-x86_64.tar.gz wq wildq README.md LICENSE
tar cfz artifacts/archives/wildq-$(PYTHON_WILDQ_VERSION)-darwin-x86_64.tar.gz -C artifacts/binaries wq wildq README.md LICENSE
sha256sum artifacts/archives/wildq-$(PYTHON_WILDQ_VERSION)-darwin-x86_64.tar.gz

package-rpm: archive-linux
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ brew install ahmet2mir/tap/wq
## Debian (no gpg signature)

```
wget https://github.com/ahmet2mir/wildq/releases/download/v1.1.3/wildq_1.1.3-1_amd64.deb
dpkg -i wildq_1.1.3-1_amd64.deb
wget https://github.com/ahmet2mir/wildq/releases/download/v1.1.4/wildq_1.1.4-1_amd64.deb
dpkg -i wildq_1.1.4-1_amd64.deb
```

## Windows
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

v1.1.4 - 12/10/2020
===================

- fix osx binary path

v1.1.3 - 12/10/2020
===================

Expand Down
2 changes: 1 addition & 1 deletion wildq/_wildq_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.3"
version = "1.1.4"

0 comments on commit a301c9b

Please sign in to comment.