summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2021-07-27 18:29:54 +0800
committertaotieren2021-07-27 18:29:54 +0800
commit9d12c60b12ca5a7738c4beff7c1e6edaf4b3869a (patch)
tree309f37a3cf182ecdd9259da4995bfee38bd36e67
parentc77007e53e981f0ccce14d9e81967eeca2ff13f5 (diff)
downloadaur-9d12c60b12ca5a7738c4beff7c1e6edaf4b3869a.tar.gz
Update v20.05.00.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd19d3f47108..6f60d475f250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elf2hex
pkgdesc = SiFive's Verilog test harnesses can't directly read ELF binaries but are instead required to be provided with a hexidecimal dump of a particular width and depth. This project allows users to easily create these files.
- pkgver = 20.05.RC.05
+ pkgver = 20.05.00.00
pkgrel = 1
url = https://github.com/sifive/elf2hex
arch = any
@@ -10,7 +10,7 @@ pkgbase = elf2hex
makedepends = automake
depends = bash
options = !strip
- source = elf2hex-20.05.RC.05.tar.gz::https://download.fastgit.org/sifive/elf2hex/archive/refs/tags/v20.05.RC.05.tar.gz
- sha256sums = 16c3184b8d83f3cee963eaec05e1f67980885af4e704efd3bceb911a3d35a7a5
+ source = elf2hex-20.05.00.00.tar.gz::https://download.fastgit.org/sifive/elf2hex/archive/refs/tags/v20.05.00.00.tar.gz
+ sha256sums = 38121b5a6afb0980af21075e78e8dfce657273dfe0e48a0d59d318ac2ea18df5
pkgname = elf2hex
diff --git a/PKGBUILD b/PKGBUILD
index 5ed17dc6b18e..430a6da944b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=elf2hex
-pkgver=20.05.RC.05
+pkgver=20.05.00.00
pkgrel=1
epoch=
pkgdesc="SiFive's Verilog test harnesses can't directly read ELF binaries but are instead required to be provided with a hexidecimal dump of a particular width and depth. This project allows users to easily create these files."
@@ -22,7 +22,7 @@ install=
changelog=
source=("${pkgname}-${pkgver}.tar.gz::https://download.fastgit.org/sifive/elf2hex/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('16c3184b8d83f3cee963eaec05e1f67980885af4e704efd3bceb911a3d35a7a5')
+sha256sums=('38121b5a6afb0980af21075e78e8dfce657273dfe0e48a0d59d318ac2ea18df5')
#validpgpkeys=()
build() {