diff options
author | Aki Van Ness | 2025-04-04 02:00:17 +0200 |
---|---|---|
committer | Aki Van Ness | 2025-04-04 02:00:17 +0200 |
commit | 8c294b266744d8f08a1a3e6009b9b0f8bc4cad71 (patch) | |
tree | f3cec7aece830a42f74cff7c3b0577972d50baa6 /PKGBUILD | |
parent | b1a8cdbb1d139f2ea0152a85a3aa8404ce5196bb (diff) | |
download | aur-8c294b266744d8f08a1a3e6009b9b0f8bc4cad71.tar.gz |
Bumpped yosys version to 20250404_v0.51_118_g63b3ce0c7
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=20250403_v0.51_111_g1cfe1e281 +pkgver=20250404_v0.51_118_g63b3ce0c7 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=1cfe1e281" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=63b3ce0c7" "yosys.conf" ) sha256sums=( |