diff options
author | Aki Van Ness | 2024-11-12 01:00:23 +0100 |
---|---|---|
committer | Aki Van Ness | 2024-11-12 01:00:23 +0100 |
commit | 8ada16f94137f7f86b3e5d48cdad53f67b245444 (patch) | |
tree | 1950a66229110f0197a82c8eb9850766f437c74d /PKGBUILD | |
parent | 992275078eecda476d750b3c0f6a3c79b00d5362 (diff) | |
download | aur-8ada16f94137f7f86b3e5d48cdad53f67b245444.tar.gz |
Bumpped yosys version to 20241112_0.47_42_g8bc4bd8a2
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=20241111_0.47_29_gf20f91322 +pkgver=20241112_0.47_42_g8bc4bd8a2 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=f20f91322" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=8bc4bd8a2" "yosys.conf" ) sha256sums=( |