diff options
author | Aki Van Ness | 2024-12-12 01:00:19 +0100 |
---|---|---|
committer | Aki Van Ness | 2024-12-12 01:00:19 +0100 |
commit | 301be8268ad8ee1420d74c4f07099319458d3128 (patch) | |
tree | bf6ae9498ee967648faa072980cf3ed3c5e85efc /PKGBUILD | |
parent | 8cc558958e3f859338658db7e7c47a3468e740b6 (diff) | |
download | aur-301be8268ad8ee1420d74c4f07099319458d3128.tar.gz |
Bumpped yosys version to 20241212_v0.48_1_ge91e95f50
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=20241211_0.47_254_g4bd606170 +pkgver=20241212_v0.48_1_ge91e95f50 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=4bd606170" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=e91e95f50" "yosys.conf" ) sha256sums=( |