summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-03-24 12:04:57 +0000
committerMargret Riegert2024-03-24 12:04:57 +0000
commitbcf2efb40559cab7896e44e9918a1c6cdae171cb (patch)
tree4c1dc3e52516336d1062fc7aaa399fc71d02decf
parentfa63a5e51bcfa5b30153e12a8b71baf6f3314183 (diff)
downloadaur-bcf2efb40559cab7896e44e9918a1c6cdae171cb.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 253f0cc23208..782ecc9a2264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240320
+ pkgver = 20240324
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-20/oss-cad-suite-linux-x64-20240320.tgz
- sha256sums_x86_64 = 56bb2c3ca690c4ee90f3895ff21ccffa291c621fd88af4c8da98fafc64294def
- source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-20/oss-cad-suite-linux-arm64-20240320.tgz
- sha256sums_aarch64 = 84fc402e788fb7c7378045100b24ff04b11c835781f6ae42ab594bcd8499e057
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-24/oss-cad-suite-linux-x64-20240324.tgz
+ sha256sums_x86_64 = 6987c2f79fad35471c7c79ea33d3dc7fbb201202c1fd2634af0db27e05a08fa6
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-24/oss-cad-suite-linux-arm64-20240324.tgz
+ sha256sums_aarch64 = a10e3340902fb974255c8def661581b6b536ac970093cd31adb2f112e24b04d8
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 949a06c38fe0..58a2f241ac02 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-20
+_pkgver=2024-03-24
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=('56bb2c3ca690c4ee90f3895ff21ccffa291c621fd88af4c8da98fafc64294def')
-sha256sums_aarch64=('84fc402e788fb7c7378045100b24ff04b11c835781f6ae42ab594bcd8499e057')
+sha256sums_x86_64=('6987c2f79fad35471c7c79ea33d3dc7fbb201202c1fd2634af0db27e05a08fa6')
+sha256sums_aarch64=('a10e3340902fb974255c8def661581b6b536ac970093cd31adb2f112e24b04d8')
install='path.install'
replaces=('fpga-toolchain-bin')