diff --git a/.bumpversion.cfg b/.bumpversion.cfg index da04702..0700584 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.3 +current_version = 0.4.4 commit = True tag = True message = Release {new_version} diff --git a/Dockerfile b/Dockerfile index 6b2aee6..bf3509c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN cd jsoncpp \ WORKDIR /src/solidity/build -ENV RELEASE_TAG v0.4.3 +ENV RELEASE_TAG v0.4.4 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 4e5c432..953cee9 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Augusto Hack pkgname=solc-static -pkgver=0.4.3 +pkgver=0.4.4 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.3/solc') +source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.4/solc') package() { install -D -m755 solc $pkgdir/usr/bin/solc