iverilog: update to 11.0.r8891.18e7406d
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
_realname=iverilog
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=12.0.r8793.96df23c5
|
||||
pkgrel=3
|
||||
pkgver=11.0.r8891.18e7406d
|
||||
pkgrel=1
|
||||
pkgdesc="Icarus Verilog, is a Verilog simulation and synthesis tool (mingw-w64)"
|
||||
arch=('any')
|
||||
url="http://iverilog.icarus.com/"
|
||||
@@ -19,13 +19,13 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
|
||||
# NOTE: MSYS2 support was improved/fixed in 'master' (2020/12/04).
|
||||
# When 12.0 is tagged/released, this should be changed to use a tarball instead.
|
||||
_commit="96df23c"
|
||||
_commit="18e7406d"
|
||||
source=("${_realname}::git://github.com/steveicarus/iverilog.git#commit=${_commit}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_realname}"
|
||||
printf "12.0.r%s.%s" "$(git rev-list --count "${_commit}")" "$(git rev-parse --short "${_commit}")"
|
||||
printf "11.0.r%s.%s" "$(git rev-list --count "${_commit}")" "$(git rev-parse --short "${_commit}")"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
||||
Reference in New Issue
Block a user