diff options
author | Aki Van Ness | 2024-07-28 02:00:20 +0200 |
---|---|---|
committer | Aki Van Ness | 2024-07-28 02:00:20 +0200 |
commit | a8330d0ff199ce7b6b8dda019390217658931283 (patch) | |
tree | 74c72646a053e268649bb92a6ae9c2988844b7c4 /PKGBUILD | |
parent | cea558fc173add1686610e45561ab1ee765dd4cd (diff) | |
download | aur-a8330d0ff199ce7b6b8dda019390217658931283.tar.gz |
Bumpped yosys version to 20240728_yosys_0.43_35_g960bca019
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=20240727_yosys_0.43_34_gced131319 +pkgver=20240728_yosys_0.43_35_g960bca019 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=ced131319" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=960bca019" "yosys.conf" ) sha256sums=( |