summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-02-08 12:02:19 +0000
committerMargret Riegert2024-02-08 12:02:19 +0000
commit5cf1cf6543ce0150a93bb26cd6804e6c21d043e6 (patch)
treecc4fb8dc6c32c1306571e7d38d0c1e22f0ac6d04
parent97030fc3e5782a075d974274a0a6fedaa7bf5117 (diff)
downloadaur-5cf1cf6543ce0150a93bb26cd6804e6c21d043e6.tar.gz
Update nightly package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 476526315fe0..3625db0c0e80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240207
+ pkgver = 20240208
pkgrel = 1
url = https://github.com/YosysHQ/oss-cad-suite-build
install = path.install
@@ -13,9 +13,9 @@ pkgbase = oss-cad-suite-build-bin
replaces = fpga-toolchain-bin
source = path.install
sha256sums = 478fef6781eeda227e7b4b0a560ff9ab5b7a55ed5ba904eca84d69a3a473181e
- source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-07/oss-cad-suite-linux-x64-20240207.tgz
- sha256sums_x86_64 = 46cbdbdaa8c9c0207089078a124af71a013272da4ff5f226b00afc80c3e4e80d
- source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-07/oss-cad-suite-linux-arm64-20240207.tgz
- sha256sums_aarch64 = b7777f32d5f1daa5586d2936b84eaed1892d4c8a40f0b9a5010830f23c0ecbea
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-08/oss-cad-suite-linux-x64-20240208.tgz
+ sha256sums_x86_64 = 9cf35895613d78bef33fea614eef77f908cbb1613f5f7eea5c9d4eacabd9a2d3
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-08/oss-cad-suite-linux-arm64-20240208.tgz
+ sha256sums_aarch64 = 9336bd20f5f3f90e9bd157a546162e84f2aacd024733b2483422e9d9c0764130
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2eeb884bf191..788cb073436f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Scott Shawcroft <scott at tannewt dot org>
pkgname=oss-cad-suite-build-bin
-_pkgver=2024-02-07
+_pkgver=2024-02-08
pkgver=${_pkgver//-/}
pkgrel=1
pkgdesc="Nightly builds of open-source FPGA tools"
@@ -15,8 +15,8 @@ source=(path.install)
source_x86_64=($url/releases/download/$_pkgver/oss-cad-suite-linux-x64-$pkgver.tgz)
source_aarch64=($url/releases/download/$_pkgver/oss-cad-suite-linux-arm64-$pkgver.tgz)
sha256sums=('478fef6781eeda227e7b4b0a560ff9ab5b7a55ed5ba904eca84d69a3a473181e')
-sha256sums_x86_64=('46cbdbdaa8c9c0207089078a124af71a013272da4ff5f226b00afc80c3e4e80d')
-sha256sums_aarch64=('b7777f32d5f1daa5586d2936b84eaed1892d4c8a40f0b9a5010830f23c0ecbea')
+sha256sums_x86_64=('9cf35895613d78bef33fea614eef77f908cbb1613f5f7eea5c9d4eacabd9a2d3')
+sha256sums_aarch64=('9336bd20f5f3f90e9bd157a546162e84f2aacd024733b2483422e9d9c0764130')
install='path.install'
replaces=('fpga-toolchain-bin')