author | Felix Yan
<felixonmars@archlinux.org> 2022-11-05 23:52:15 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2022-11-05 23:52:15 UTC |
parent | fe23a90ac51dc8751c6d9d454310551449733975 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 268c1ed..ec9f28c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: killruana <killruana@gmail.com> pkgname=yosys -pkgver=0.21 +pkgver=0.22 pkgrel=1 pkgdesc='A framework for RTL synthesis' arch=('x86_64') @@ -19,7 +19,7 @@ optdepends=('graphviz: Schematics display support' 'z3: alternative solver for yosys-smtbmc') options=('!lto') # getting SIGSEGV when running the tests with LTO source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz") -sha512sums=('c4f68696fb93dffd73c4e78cf920bbf7d61cb390b8ffef08c33931e5477ce80d8f343dc345eb69f3b9f2f41b1a25e99cab88166c30c619c53450377985fc432a') +sha512sums=('d546196a6875b0ecaaab44437b5691f08890576eed357ac99dce233a0afd352a56742f5286da406e4e5513be32db99811fc6caa7a7a605a94af3903670fbf616') _make() { make \