summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-03-15 12:01:48 +0000
committerMargret Riegert2024-03-15 12:01:48 +0000
commitaaa75e26808efc2c2b0dabf684c66bb50259ae42 (patch)
treef858f4ba4c845d3adcbde6fff4afe383a483a291
parentad76b63d295c1b2b8db6e8510dc244ba4402d6a3 (diff)
downloadaur-aaa75e26808efc2c2b0dabf684c66bb50259ae42.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 ca422d0425ca..f127d71a3fa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240314
+ pkgver = 20240315
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-14/oss-cad-suite-linux-x64-20240314.tgz
- sha256sums_x86_64 = 0c9bf9c88ba204d585681032e0a82940d67c710440a5d611356290301f9c6e22
- source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-14/oss-cad-suite-linux-arm64-20240314.tgz
- sha256sums_aarch64 = eddff8f816d530b63f4b59e1f5573dca717651f1624e6325930b6855872e8246
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-15/oss-cad-suite-linux-x64-20240315.tgz
+ sha256sums_x86_64 = 54e96c740ca02b98e35421a59e5d6167a7e70afba4a29f1f5dac9bcbb6fdcfd7
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-15/oss-cad-suite-linux-arm64-20240315.tgz
+ sha256sums_aarch64 = eb57408caf8dbfab9db11443a9c51982e447846e59eebac433b05a80666dc903
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a0821cdaf10..7b6de7feabf9 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-14
+_pkgver=2024-03-15
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=('0c9bf9c88ba204d585681032e0a82940d67c710440a5d611356290301f9c6e22')
-sha256sums_aarch64=('eddff8f816d530b63f4b59e1f5573dca717651f1624e6325930b6855872e8246')
+sha256sums_x86_64=('54e96c740ca02b98e35421a59e5d6167a7e70afba4a29f1f5dac9bcbb6fdcfd7')
+sha256sums_aarch64=('eb57408caf8dbfab9db11443a9c51982e447846e59eebac433b05a80666dc903')
install='path.install'
replaces=('fpga-toolchain-bin')