diff options
author | Aki Van Ness | 2024-12-14 01:00:22 +0100 |
---|---|---|
committer | Aki Van Ness | 2024-12-14 01:00:22 +0100 |
commit | 469309ee462901c074ca63f0a8a852caba3b5c3d (patch) | |
tree | 288db46d64e87b175055e617dfa24b6933287a78 /PKGBUILD | |
parent | e985feacd054c0d4b679a18604aa0afaf1a7fad1 (diff) | |
download | aur-469309ee462901c074ca63f0a8a852caba3b5c3d.tar.gz |
Bumpped yosys version to 20241214_v0.48_6_g4581f75b0
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=20241213_v0.48_5_gf384eac28 +pkgver=20241214_v0.48_6_g4581f75b0 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=f384eac28" + "yosys::git+https://github.com/YosysHQ/yosys.git#commit=4581f75b0" "yosys.conf" ) sha256sums=( |