Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Nov 1, 2016
1 parent bd9ac07 commit 44c9ce1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 0.4.4
commit = True
tag = True
message = Release {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Maintainer: Augusto Hack <[email protected]>
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
Expand Down

0 comments on commit 44c9ce1

Please sign in to comment.