From 0810859e2b63873f2d76da4e403430375bcdda83 Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 29 Sep 2021 15:43:56 +0200 Subject: [PATCH] nextpnr: update to 0.0.r3829.g8b3e6711 --- mingw-w64-nextpnr/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-nextpnr/PKGBUILD b/mingw-w64-nextpnr/PKGBUILD index eed4996c9b..82ae3da449 100644 --- a/mingw-w64-nextpnr/PKGBUILD +++ b/mingw-w64-nextpnr/PKGBUILD @@ -3,7 +3,7 @@ _realname=nextpnr pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.0.r3788.g67bd349e +pkgver=0.0.r3829.g8b3e6711 pkgrel=1 pkgdesc="Portable FPGA place and route tool (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ makedepends=( "git" ) -_commit="67bd349e" +_commit="8b3e6711" source=("${_realname}::git+https://github.com/YosysHQ/${_realname}.git#commit=${_commit}") sha256sums=('SKIP')