summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-03-17 12:03:24 +0000
committerMargret Riegert2024-03-17 12:03:24 +0000
commitf9638ca779a32d94f69185c2b7a6fac438a2e64c (patch)
tree0925630c081c07305d0bf6015b7150776d310ff0
parent6099a5c7fc92c96787a24d01651ca9e6c40d2626 (diff)
downloadaur-f9638ca779a32d94f69185c2b7a6fac438a2e64c.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 0622138c480e..a56d9b264131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240316
+ pkgver = 20240317
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-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
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-17/oss-cad-suite-linux-x64-20240317.tgz
+ sha256sums_x86_64 = c0e4b551eb3336a34a923b8dbc2313fc34ef2f2e5218c678cfd0ed1a025ab484
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-17/oss-cad-suite-linux-arm64-20240317.tgz
+ sha256sums_aarch64 = c998278ea9144347b34012149f41b076df3a5342641ed6358edad911a6274c50
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index de3f26e93e46..135bd05b97fa 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-16
+_pkgver=2024-03-17
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=('c2e9189c767efd4e5a1577eb742ed301d7b4d5c64431f6c78a96874a43665fc7')
-sha256sums_aarch64=('6cb470ebcea1a29b45178a2f4ffe7d55dc2cb2dbdfa9f36e2f970096ce146789')
+sha256sums_x86_64=('c0e4b551eb3336a34a923b8dbc2313fc34ef2f2e5218c678cfd0ed1a025ab484')
+sha256sums_aarch64=('c998278ea9144347b34012149f41b076df3a5342641ed6358edad911a6274c50')
install='path.install'
replaces=('fpga-toolchain-bin')