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

Commit bd9ac07

Browse files
committed
Release 0.4.3
1 parent 5573b12 commit bd9ac07

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55
message = Release {new_version}
@@ -11,3 +11,4 @@ replace = ENV RELEASE_TAG v{new_version}
1111
[bumpversion:file:archlinux/PKGBUILD]
1212
search = {current_version}
1313
replace = {new_version}
14+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN cd jsoncpp \
1818

1919
WORKDIR /src/solidity/build
2020

21-
ENV RELEASE_TAG v0.4.2
21+
ENV RELEASE_TAG v0.4.3
2222

2323
RUN git checkout $RELEASE_TAG
2424
# 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.2
3+
pkgver=0.4.3
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.2/solc')
10+
source=('https://github.com/brainbot-com/solidity-static/releases/download/v0.4.3/solc')
1111

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

0 commit comments

Comments
 (0)