diff options
author | Aki Van Ness | 2024-11-06 01:00:23 +0100 |
---|---|---|
committer | Aki Van Ness | 2024-11-06 01:00:23 +0100 |
commit | dc59d6e764a938b8159d9bf86befb26b1fb9e67e (patch) | |
tree | 9fb44a9a86e9094d703165fca98f17a52090b663 /PKGBUILD | |
parent | 5b11da68d9d63973c6edf50e4d47364c0b26fd05 (diff) | |
download | aur-dc59d6e764a938b8159d9bf86befb26b1fb9e67e.tar.gz |
Bumpped yosys version to 20241106_0.47_3_g29af05743
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Aki-nyan <aur@catgirl.link> pkgname=yosys-nightly -pkgver=20241105_0.46_147_g52c231dd6 +pkgver=20241106_0.47_3_g29af05743 pkgrel=1 epoch=1 pkgdesc="Yosys Open SYnthesis Suite, A framework for RTL synthesis" @@ -17,7 +17,7 @@ conflicts=("yosys" "yosys-git") replaces=("yosys" "yosys-git") provides=("yosys=$(cut -d _ -f 3 <<< "${pkgver}")") source=( - "yosys::git+https://github.com/YosysHQ/yosys.git#commit=52c231dd6" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=29af05743" "yosys.conf" ) sha256sums=( |