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.9
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Mar 1, 2017
1 parent ae60fca commit 81b950d
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.8
current_version = 0.4.9
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 @@ -11,7 +11,7 @@ RUN git clone --recursive https://github.com/ethereum/solidity

WORKDIR /src/solidity/build

ENV RELEASE_TAG v0.4.8
ENV RELEASE_TAG v0.4.9

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.8
pkgver=0.4.9
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.8/solc')
source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.9/solc')

package() {
install -D -m755 solc $pkgdir/usr/bin/solc
Expand Down

0 comments on commit 81b950d

Please sign in to comment.