Skip to content

Commit

Permalink
Releasing zfs 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy authored and zaibon committed Sep 22, 2020
1 parent 6db47f0 commit e519e1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bins-extra-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:
name: ${{ steps.package.outputs.name }}.flist

- name: Crosslink flist (tf-zos-bins.dev)
if: success() && github.ref == 'refs/heads/master'
if: success()
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_JWT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bins-extra-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
name: ${{ steps.package.outputs.name }}.flist

- name: Crosslink flist (tf-zos-bins.dev)
if: success() && github.ref == 'refs/heads/master'
if: success()
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_JWT }}
Expand Down
4 changes: 2 additions & 2 deletions bins/packages/zufs/zufs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ZUFS_VERSION="2.0.4"
ZUFS_CHECKSUM="6f42aaee6449556ab7d5ea9567c54347"
ZUFS_VERSION="2.0.5"
ZUFS_CHECKSUM="39b5ac929253a9c92147c2a6862cc68c"
ZUFS_LINK="https://github.com/threefoldtech/0-fs/archive/v${ZUFS_VERSION}.tar.gz"

dependencies_zufs() {
Expand Down

0 comments on commit e519e1b

Please sign in to comment.