1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Update to 0.6.5 release.

This commit is contained in:
Alex Dupre 2020-04-07 12:29:16 +00:00
parent 71ebcb00b8
commit b698c4471e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530974
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= solidity
PORTVERSION= 0.6.3
PORTVERSION= 0.6.5
CATEGORIES= lang
MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}_${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582101727
SHA256 (solidity_0.6.3.tar.gz) = 96b8936d5b62660c9c7e77c894426966ed002ad01ee7d348b5e6b07b40e60b8a
SIZE (solidity_0.6.3.tar.gz) = 1994812
TIMESTAMP = 1586250879
SHA256 (solidity_0.6.5.tar.gz) = 3e65b4084ea0f20a13d47f805ed5d61410e487f41e640a47bf613962f383cea4
SIZE (solidity_0.6.5.tar.gz) = 2092173

View File

@ -1,11 +0,0 @@
--- libsolidity/codegen/ir/IRGeneratorForStatements.cpp.orig 2020-02-20 13:32:21 UTC
+++ libsolidity/codegen/ir/IRGeneratorForStatements.cpp
@@ -968,7 +968,7 @@ void IRGeneratorForStatements::endVisit(IndexAccess co
*_indexAccess.annotation().type,
IRLValue::Storage{
slot,
- 0
+ 0u
}
});
}