git » yosys.git » commit 3847662

upgpkg: 0.32-1: Update to 0.32

author Antonio Rojas
2023-08-31 17:28:34 UTC
committer Antonio Rojas
2023-08-31 17:28:34 UTC
parent f735154a09a70726b73f636632817d27a603696b

upgpkg: 0.32-1: Update to 0.32

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index c7ae168..961b82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: killruana <killruana@gmail.com>
 
 pkgname=yosys
-pkgver=0.25
-pkgrel=2
+pkgver=0.32
+pkgrel=1
 pkgdesc='A framework for RTL synthesis'
 arch=('x86_64')
 url='https://yosyshq.net/yosys/'
@@ -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=('13acce6d9150dcaaa875fcb700b630eac4c17d1655918e98c61e058f644addf91591d3326af08e13691643d2130484b153920a3322db9f288e6eb11d0f7ac103')
+sha512sums=('3704ca8286e93ca53344b2a518ba4f2b9c137cf9688a95863f691cce3cca761d061100d3b93a0ad1dbabda13c0dbb137c5234abb6675ce2e5b5167701ccb0910')
 
 _make() {
     local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')