1
0
mirror of https://github.com/balkian/draft-bin.git synced 2025-08-29 15:02:21 +00:00

Bump to v0.13.0

This commit is contained in:
J. Fernando Sánchez
2018-04-12 10:22:45 +02:00
parent 1c42438897
commit 8d9b3f5df8
3 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
PHOHY = clean release
VERSION:=0.12.0
VERSION:=0.13.0
BASEURL:=https://azuredraft.blob.core.windows.net/draft
URL_386:=${BASEURL}/draft-v${VERSION}-linux-386.tar.gz
URL_AMD64:=${BASEURL}/draft-v${VERSION}-linux-amd64.tar.gz
@@ -42,7 +42,7 @@ pkgbuild: tmp/draft_amd64-${VERSION} tmp/draft_386-${VERSION} PKGBUILD.template
release: pkgbuild
makepkg; \
sudo pacman -U draft-bin*; \
sudo pacman -U draft-bin-${VERSION}-*; \
clean:
rm -rf PKGBUILD draft-* pkg src *.bak tmp