summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-03-16 12:02:19 +0000
committerMargret Riegert2024-03-16 12:02:19 +0000
commit6099a5c7fc92c96787a24d01651ca9e6c40d2626 (patch)
tree20417992083b928fbdc036ae8f9e878d8470f012
parentaaa75e26808efc2c2b0dabf684c66bb50259ae42 (diff)
downloadaur-6099a5c7fc92c96787a24d01651ca9e6c40d2626.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 f127d71a3fa1..0622138c480e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240315
+ pkgver = 20240316
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-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
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-16/oss-cad-suite-linux-x64-20240316.tgz
+ sha256sums_x86_64 = c2e9189c767efd4e5a1577eb742ed301d7b4d5c64431f6c78a96874a43665fc7
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-16/oss-cad-suite-linux-arm64-20240316.tgz
+ sha256sums_aarch64 = 6cb470ebcea1a29b45178a2f4ffe7d55dc2cb2dbdfa9f36e2f970096ce146789
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7b6de7feabf9..de3f26e93e46 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-15
+_pkgver=2024-03-16
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=('54e96c740ca02b98e35421a59e5d6167a7e70afba4a29f1f5dac9bcbb6fdcfd7')
-sha256sums_aarch64=('eb57408caf8dbfab9db11443a9c51982e447846e59eebac433b05a80666dc903')
+sha256sums_x86_64=('c2e9189c767efd4e5a1577eb742ed301d7b4d5c64431f6c78a96874a43665fc7')
+sha256sums_aarch64=('6cb470ebcea1a29b45178a2f4ffe7d55dc2cb2dbdfa9f36e2f970096ce146789')
install='path.install'
replaces=('fpga-toolchain-bin')