summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-03-18 12:02:06 +0000
committerMargret Riegert2024-03-18 12:02:06 +0000
commitadf4083cd9176940c8e20fccb76739f0f50d6333 (patch)
tree3fafb64b799f407d0adc8f17976dd4506e98afd7
parentf9638ca779a32d94f69185c2b7a6fac438a2e64c (diff)
downloadaur-adf4083cd9176940c8e20fccb76739f0f50d6333.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 a56d9b264131..2a8d35b4a5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240317
+ pkgver = 20240318
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-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
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-18/oss-cad-suite-linux-x64-20240318.tgz
+ sha256sums_x86_64 = afb44bb166df3a1a4999f4c6301f40dffcda2aba0dbb83f8491c1f1311a80f54
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-03-18/oss-cad-suite-linux-arm64-20240318.tgz
+ sha256sums_aarch64 = 16146372de28bb4332fea0bd90cb580e5cdeb6bb3a14add2c357a008cf86daec
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 135bd05b97fa..600eebd96dc6 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-17
+_pkgver=2024-03-18
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=('c0e4b551eb3336a34a923b8dbc2313fc34ef2f2e5218c678cfd0ed1a025ab484')
-sha256sums_aarch64=('c998278ea9144347b34012149f41b076df3a5342641ed6358edad911a6274c50')
+sha256sums_x86_64=('afb44bb166df3a1a4999f4c6301f40dffcda2aba0dbb83f8491c1f1311a80f54')
+sha256sums_aarch64=('16146372de28bb4332fea0bd90cb580e5cdeb6bb3a14add2c357a008cf86daec')
install='path.install'
replaces=('fpga-toolchain-bin')