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

Commit ae60fca

Browse files
committed
Release 0.4.8
1 parent 7268321 commit ae60fca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.7
2+
current_version = 0.4.8
33
commit = True
44
tag = True
55
message = Release {new_version}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN git clone --recursive https://github.com/ethereum/solidity
1111

1212
WORKDIR /src/solidity/build
1313

14-
ENV RELEASE_TAG v0.4.7
14+
ENV RELEASE_TAG v0.4.8
1515

1616
RUN git checkout $RELEASE_TAG
1717
# https://github.com/ethereum/solidity/blob/3b6e131d852eab0c74260d9ca5c7a11501265da1/cmake/scripts/buildinfo.cmake#L22-L26

archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Maintainer: Augusto Hack <[email protected]>
22
pkgname=solc-static
3-
pkgver=0.4.7
3+
pkgver=0.4.8
44
pkgrel=1
55
pkgdesc='solc compiler statically linked against musl'
66
arch=('x86_64')
77
url='https://github.com/brainbot-com/solidity-static'
88
license=('GPL3')
99
conflicts=('ethereum' 'solc' 'ethereum-git')
10-
source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.7/solc')
10+
source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.8/solc')
1111

1212
package() {
1313
install -D -m755 solc $pkgdir/usr/bin/solc

0 commit comments

Comments
 (0)