summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-02-29 12:02:45 +0000
committerMargret Riegert2024-02-29 12:02:45 +0000
commitfa358af951d346072ee9c79e1e86a82d26996466 (patch)
tree8e871abeb0eedee3db511cb60fc936c808eee838
parenteb881d9a96f22d06e8f58dc2067c51c2b0a9c156 (diff)
downloadaur-fa358af951d346072ee9c79e1e86a82d26996466.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 42042a37459b..8aad723e8838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240228
+ pkgver = 20240229
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-28/oss-cad-suite-linux-x64-20240228.tgz
- sha256sums_x86_64 = 0be8426b64406a989f42f9c1faa63372e4427fb16047d3c924c6d34b31b9b77f
- source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-28/oss-cad-suite-linux-arm64-20240228.tgz
- sha256sums_aarch64 = b62d1a3d13338f2145d9389949d3bcf00be428b0125324808c8a41e538b18e1a
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-29/oss-cad-suite-linux-x64-20240229.tgz
+ sha256sums_x86_64 = e86aeb509b7ff3b1dc38e6ac4b8b526717af9ffda093a67487d13dac9b5724c4
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-29/oss-cad-suite-linux-arm64-20240229.tgz
+ sha256sums_aarch64 = 88c3f620e7d19a6e87108fced109fc7591474b18ed23dca1fa0db7ab06bd4787
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 75b435219920..91ae9aaf5255 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-28
+_pkgver=2024-02-29
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=('0be8426b64406a989f42f9c1faa63372e4427fb16047d3c924c6d34b31b9b77f')
-sha256sums_aarch64=('b62d1a3d13338f2145d9389949d3bcf00be428b0125324808c8a41e538b18e1a')
+sha256sums_x86_64=('e86aeb509b7ff3b1dc38e6ac4b8b526717af9ffda093a67487d13dac9b5724c4')
+sha256sums_aarch64=('88c3f620e7d19a6e87108fced109fc7591474b18ed23dca1fa0db7ab06bd4787')
install='path.install'
replaces=('fpga-toolchain-bin')