summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-10-21 11:56:30 +0200
committerLukas Grossar2020-10-21 11:56:30 +0200
commit38218991ec1de5555f26362916e0b0ece6e93ea3 (patch)
tree125ade11c6d07a3596aded2a02353eb42483a1be
parent695bc5cd6cd4bed8dfb2e285315493c9b415cc16 (diff)
downloadaur-yh-bin.tar.gz
update to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a71e5e767426..d0837be120c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = yh-bin
pkgdesc = A YAML syntax highlighter for the CLI
- pkgver = 0.2.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/andreazorzetto/yh
arch = x86_64
license = Apache
- source = https://github.com/andreazorzetto/yh/releases/download/v0.2.1/yh-linux-amd64.zip
- sha256sums = e98007a2c3f0a968fd5de479b1a32c0199bd40e862cd8b7f4e6a2edb3dfa6720
+ source = yh-bin-0.4.0.zip::https://github.com/andreazorzetto/yh/releases/download/v0.4.0/yh-linux-amd64.zip
+ sha256sums = ec5df94b2b681da8a89b3039f8ca2814da1420e3e6750040634ba0c109e15ce9
pkgname = yh-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3de49c922456..ac026a85a96d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=yh-bin
_pkgname=yh
-pkgver=0.2.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="A YAML syntax highlighter for the CLI"
arch=('x86_64')
url="https://github.com/andreazorzetto/yh"
license=('Apache')
-source=("https://github.com/andreazorzetto/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64.zip")
-sha256sums=('e98007a2c3f0a968fd5de479b1a32c0199bd40e862cd8b7f4e6a2edb3dfa6720')
+source=("${pkgname}-${pkgver}.zip::https://github.com/andreazorzetto/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64.zip")
+sha256sums=('ec5df94b2b681da8a89b3039f8ca2814da1420e3e6750040634ba0c109e15ce9')
package() {
install -Dm 755 "$srcdir/${_pkgname}" "$pkgdir/usr/bin/${_pkgname}"