Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jan 4, 2017
1 parent 8ac04de commit bff7b39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
keywords = ["checksums", "checksum", "directory", "verification", "hash"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "0.5.2"
version = "0.5.3"
# Remember to also update in checksums.md
authors = ["nabijaczleweli <[email protected]>", "Zachary Dremann <[email protected]>"]
exclude = ["*.enc"]
Expand Down
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.2-{build}
version: 0.5.3-{build}

branches:
except:
Expand All @@ -12,32 +12,32 @@ configuration: Release
clone_folder: C:\checksums

install:
- curl -L https://static.rust-lang.org/dist/rust-1.11.0-x86_64-pc-windows-gnu.msi -oC:\rust-1.11.0-x86_64-pc-windows-gnu.msi
- start /w msiexec /qn /quiet /passive /a C:\rust-1.11.0-x86_64-pc-windows-gnu.msi TARGETDIR="C:\Program Files"
-
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Program Files\Rust\bin
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Users\appveyor\.cargo\bin
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
- bash -lc "pacman --noconfirm -Sy"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain"
-
- curl -SL https://win.rustup.rs/ -oC:\rustup-init.exe
- C:\rustup-init.exe -y --default-host="x86_64-pc-windows-gnu"

build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\checksums.exe checksums-v0.5.2.exe
- strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.2.exe
- cp target\release\checksums.exe checksums-v0.5.3.exe
- strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.5.3.exe

test: off
test_script:
- cargo test --verbose --release
- target\release\checksums -cr --ignore target --ignore .git && cat checksums.hash

artifacts:
- path: checksums-v0.5.2.exe
- path: checksums-v0.5.3.exe

deploy:
provider: GitHub
artifact: checksums-v0.5.2.exe
artifact: checksums-v0.5.3.exe
auth_token:
secure: zc/M0k0pSOFA3H9GhgTOFhYmOj6M88rfqwfjDhvhlzz/oa8P9JL+7XR4LmDHajJp
on:
Expand Down

0 comments on commit bff7b39

Please sign in to comment.