This repository was archived by the owner on Feb 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.2
2
+ current_version = 0.4.3
3
3
commit = True
4
4
tag = True
5
5
message = Release {new_version}
@@ -11,3 +11,4 @@ replace = ENV RELEASE_TAG v{new_version}
11
11
[bumpversion:file:archlinux/PKGBUILD]
12
12
search = {current_version}
13
13
replace = {new_version}
14
+
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN cd jsoncpp \
18
18
19
19
WORKDIR /src/solidity/build
20
20
21
- ENV RELEASE_TAG v0.4.2
21
+ ENV RELEASE_TAG v0.4.3
22
22
23
23
RUN git checkout $RELEASE_TAG
24
24
# https://github.com/ethereum/solidity/blob/3b6e131d852eab0c74260d9ca5c7a11501265da1/cmake/scripts/buildinfo.cmake#L22-L26
Original file line number Diff line number Diff line change 1
1
# Maintainer: Augusto Hack <[email protected] >
2
2
pkgname=solc-static
3
- pkgver=0.4.2
3
+ pkgver=0.4.3
4
4
pkgrel=1
5
5
pkgdesc=' solc compiler statically linked against musl'
6
6
arch=(' x86_64' )
7
7
url=' https://github.com/brainbot-com/solidity-static'
8
8
license=(' GPL3' )
9
9
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' )
11
11
12
12
package () {
13
13
install -D -m755 solc $pkgdir /usr/bin/solc
You can’t perform that action at this time.
0 commit comments