From 486dfc46e32ef8d5e6fc1e7271ec485e9d14d3f1 Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 27 Jan 2021 05:37:45 +0100 Subject: [PATCH] ghdl: update to 0.37.0.r1370.g7135caee --- 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 95c4247eeb..1a1bda539c 100644 --- a/mingw-w64-ghdl/PKGBUILD +++ b/mingw-w64-ghdl/PKGBUILD @@ -1,7 +1,7 @@ _realname=ghdl pkgbase="mingw-w64-${_realname}" pkgname='__placeholder__' -pkgver=0.37.0.r1342.geeb25ef2 +pkgver=0.37.0.r1370.g7135caee pkgrel=1 pkgdesc='GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL' arch=('any') @@ -10,7 +10,7 @@ url='https://github.com/ghdl' groups=("${MINGW_PACKAGE_PREFIX}-eda") checkdepends=("${MINGW_PACKAGE_PREFIX}-python") provides=("${MINGW_PACKAGE_PREFIX}-${_realname}") -_commit='eeb25ef2' +_commit='7135caee' source=("${_realname}::git://github.com/ghdl/ghdl.git#commit=${_commit}") sha512sums=('SKIP')