From 1f9fa9ae9c17baefc9e20e37a726a3b629292df8 Mon Sep 17 00:00:00 2001 From: Konrad Feldmeier Date: Wed, 1 Mar 2017 11:50:29 +0100 Subject: [PATCH] Release 0.4.6 --- .bumpversion.cfg | 2 +- Dockerfile | 2 +- archlinux/PKGBUILD | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97207b2..7b0cda4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.5 +current_version = 0.4.6 commit = True tag = True message = Release {new_version} diff --git a/Dockerfile b/Dockerfile index c5797aa..e760c18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN git clone --recursive https://github.com/ethereum/solidity WORKDIR /src/solidity/build -ENV RELEASE_TAG v0.4.5 +ENV RELEASE_TAG v0.4.6 RUN git checkout $RELEASE_TAG # https://github.com/ethereum/solidity/blob/3b6e131d852eab0c74260d9ca5c7a11501265da1/cmake/scripts/buildinfo.cmake#L22-L26 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index f5e1898..d9fcd32 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Augusto Hack pkgname=solc-static -pkgver=0.4.5 +pkgver=0.4.6 pkgrel=1 pkgdesc='solc compiler statically linked against musl' arch=('x86_64') url='https://github.com/brainbot-com/solidity-static' license=('GPL3') conflicts=('ethereum' 'solc' 'ethereum-git') -source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.5/solc') +source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.6/solc') package() { install -D -m755 solc $pkgdir/usr/bin/solc