git » yosys.git » commit e8da617

upgpkg: 0.11-1

author Felix Yan
2021-11-06 09:54:58 UTC
committer Felix Yan
2021-11-06 09:54:58 UTC
parent 23137f1e78c369404465bd056d03a3cbe3fd49c0

upgpkg: 0.11-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 31810ca..81fe21d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: killruana <killruana@gmail.com>
 
 pkgname=yosys
-pkgver=0.10
-pkgrel=2
+pkgver=0.11
+pkgrel=1
 pkgdesc='A framework for RTL synthesis'
 arch=('x86_64')
 url='http://www.clifford.at/yosys/'
@@ -15,7 +15,7 @@ checkdepends=('iverilog')
 optdepends=('graphviz: Schematics display support'
             'xdot: Display netlists')
 source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz")
-sha512sums=('2168a206d4395fd83649a04ddfa717ddc4509b171da859979f4ba3eb61a350d4f5110439503651dfe24cc6860935a77c465000b047bd806a73a6657da331b52a')
+sha512sums=('19f6995e9a0b557de8a862a1b98aa10bc8e9a6b1b493f4c82927cf2a2b55684b3ed7aa35a86db506d18c11669b1303187fe7315eeee9222c6aa1bc6fffb26f45')
 
 _make() {
     make \