diff options
author | Aki Van Ness | 2025-03-08 01:00:17 +0100 |
---|---|---|
committer | Aki Van Ness | 2025-03-08 01:00:17 +0100 |
commit | 741db8b42197ff07804d897c8f6b7ed226351c78 (patch) | |
tree | 9bf177a4eb4152a019c70e05dea903c2cac2f374 /PKGBUILD | |
parent | 0cbe86ed37eebc2e16ae0ee38666c5ea59e7939c (diff) | |
download | aur-741db8b42197ff07804d897c8f6b7ed226351c78.tar.gz |
Bumpped yosys version to 20250308_v0.50_81_g9f7cdd4bd
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=20250307_v0.50_73_g176131b50 +pkgver=20250308_v0.50_81_g9f7cdd4bd 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=176131b50" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=9f7cdd4bd" "yosys.conf" ) sha256sums=( |