From 8aeadff2e487d1fb61ebb4e678cc8e4ff4efc0d2 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:40:12 +0000 Subject: [PATCH] ghdl: update to 2.0.0.r1392.g19babff18 --- mingw-w64-ghdl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-ghdl/PKGBUILD b/mingw-w64-ghdl/PKGBUILD index 4c75d0bcee..80ecaa7248 100644 --- a/mingw-w64-ghdl/PKGBUILD +++ b/mingw-w64-ghdl/PKGBUILD @@ -1,7 +1,7 @@ _realname=ghdl pkgbase="mingw-w64-${_realname}" pkgname='__placeholder__' -pkgver=2.0.0.r870.g1cc85c578 +pkgver=2.0.0.r1392.g19babff18 pkgrel=1 pkgdesc='GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL' arch=('any') @@ -12,7 +12,7 @@ groups=("${MINGW_PACKAGE_PREFIX}-eda") checkdepends=("${MINGW_PACKAGE_PREFIX}-python") provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") -_commit="1cc85c57" +_commit="19babff1" source=("${_realname}::git+https://github.com/ghdl/ghdl.git#commit=${_commit}") sha512sums=('SKIP')