summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-03-09 12:02:04 +0000
committerMargret Riegert2024-03-09 12:02:04 +0000
commit6610732069ed0e7c8e5b9096f0e4e21489c1141a (patch)
treec999d79bd90572ac9d67b9a37bd715eb37e2788b
parent585719aaf62bb509ac4cba31ecaee6df6cafe3d0 (diff)
downloadaur-6610732069ed0e7c8e5b9096f0e4e21489c1141a.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 9627004b1f0c..76e52fea34cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240308
+ pkgver = 20240309
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-03-08/oss-cad-suite-linux-x64-20240308.tgz
- sha256sums_x86_64 = 5bb6cc3b2c66eaf1e07ab307e8e6a62f0670063ac79ff0088145fdc0cfe9cec6
- source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-08/oss-cad-suite-linux-arm64-20240308.tgz
- sha256sums_aarch64 = b0201c483f1e2e684fa175531464ec0b553620d0c6118f85e10881d88d626d00
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-09/oss-cad-suite-linux-x64-20240309.tgz
+ sha256sums_x86_64 = 5f0213403e59d3fcaa1d3f13bd5a0daa4aff533901909f943c1ab059e20b5275
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-09/oss-cad-suite-linux-arm64-20240309.tgz
+ sha256sums_aarch64 = c379099c90a47b8efd34b3b01cae25953f2f4a43f68f597a12d0c12a5a235f23
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49a7097308fa..c4097e64c29f 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-03-08
+_pkgver=2024-03-09
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=('5bb6cc3b2c66eaf1e07ab307e8e6a62f0670063ac79ff0088145fdc0cfe9cec6')
-sha256sums_aarch64=('b0201c483f1e2e684fa175531464ec0b553620d0c6118f85e10881d88d626d00')
+sha256sums_x86_64=('5f0213403e59d3fcaa1d3f13bd5a0daa4aff533901909f943c1ab059e20b5275')
+sha256sums_aarch64=('c379099c90a47b8efd34b3b01cae25953f2f4a43f68f597a12d0c12a5a235f23')
install='path.install'
replaces=('fpga-toolchain-bin')