git » yosys.git » commit 7b5c708

Update to 0.25

author Antonio Rojas
2023-05-16 18:21:58 UTC
committer Antonio Rojas
2023-05-16 18:21:58 UTC
parent 8c9e88cfd44d8d6251d060f00026e3af9f259171

Update to 0.25

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index c733115..6b5337b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: killruana <killruana@gmail.com>
 
 pkgname=yosys
-pkgver=0.24
-pkgrel=4
+pkgver=0.25
+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=('f345267e42e879a4629d731414c51e86585e1d80accf9920799f65a771b3ce22632c04317c6db87fa786ba6efe8c4cfdb5ea3079c131932488c294136887cbee')
+sha512sums=('13acce6d9150dcaaa875fcb700b630eac4c17d1655918e98c61e058f644addf91591d3326af08e13691643d2130484b153920a3322db9f288e6eb11d0f7ac103')
 
 _make() {
     local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')