summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2024-02-19 12:02:24 +0000
committerMargret Riegert2024-02-19 12:02:24 +0000
commitec914706801e7629e950180c983eb5a3cd1c5f4e (patch)
treeebdead24239c45b0c61b27e7ad952bf86004aab7
parentfbb5a7f503c1e2e85c530a067c70dd0c5ba47118 (diff)
downloadaur-ec914706801e7629e950180c983eb5a3cd1c5f4e.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 a01cbc6ff6d4..a4f90424f0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oss-cad-suite-build-bin
pkgdesc = Nightly builds of open-source FPGA tools
- pkgver = 20240218
+ pkgver = 20240219
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-18/oss-cad-suite-linux-x64-20240218.tgz
- sha256sums_x86_64 = 214f2cdff84f4c61404c46da4c9bc187ccd1045e46501a77678e7add4c3cfa75
- source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-18/oss-cad-suite-linux-arm64-20240218.tgz
- sha256sums_aarch64 = d184a611a9dfd6d0ef226e788b0337f2e6e56d099fa7326d238ecb87317d947f
+ source_x86_64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-19/oss-cad-suite-linux-x64-20240219.tgz
+ sha256sums_x86_64 = 00e06d89931bf96cb66afafc55b19ed0c750e5df79b035de1abc954e9db055c2
+ source_aarch64 = https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-02-19/oss-cad-suite-linux-arm64-20240219.tgz
+ sha256sums_aarch64 = 3019d34cf82900717bb718652698c25b90fa40eca0f9dd3cf77a527037de2b2d
pkgname = oss-cad-suite-build-bin
diff --git a/PKGBUILD b/PKGBUILD
index 78b08aa01fb8..7eaffd3765d2 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-18
+_pkgver=2024-02-19
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=('214f2cdff84f4c61404c46da4c9bc187ccd1045e46501a77678e7add4c3cfa75')
-sha256sums_aarch64=('d184a611a9dfd6d0ef226e788b0337f2e6e56d099fa7326d238ecb87317d947f')
+sha256sums_x86_64=('00e06d89931bf96cb66afafc55b19ed0c750e5df79b035de1abc954e9db055c2')
+sha256sums_aarch64=('3019d34cf82900717bb718652698c25b90fa40eca0f9dd3cf77a527037de2b2d')
install='path.install'
replaces=('fpga-toolchain-bin')