git » yosys.git » commit 8aba49b

Update to 0.23

author Antonio Rojas
2022-12-03 17:39:07 UTC
committer Antonio Rojas
2022-12-03 17:39:07 UTC
parent cdb114a5a6671efed8a1b6535ff2ec9177f0fee0

Update to 0.23

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ec9f28c..72b2f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: killruana <killruana@gmail.com>
 
 pkgname=yosys
-pkgver=0.22
+pkgver=0.23
 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=('d546196a6875b0ecaaab44437b5691f08890576eed357ac99dce233a0afd352a56742f5286da406e4e5513be32db99811fc6caa7a7a605a94af3903670fbf616')
+sha512sums=('63efce6d64367a0f3f14003d6bdae1621ba6d12dc358d46d765c4f6bc960ed1fd4e78e60a100685b3c8ad751be2120cbd68de1cfda128681aeb9d24172b3f24d')
 
 _make() {
     make \