summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris-Chengbiao Zhou2021-06-10 13:06:40 +0200
committerBoris-Chengbiao Zhou2021-06-10 13:06:40 +0200
commit6da0418394bc5b806c196bd47d9bf920a788b6a2 (patch)
treee8ac579f37f7a97cf54f43a942ca774cbe62267e
parent12c5c2e2f6a2f0292e3ade8acaeabff23e42db0e (diff)
downloadaur-6da0418394bc5b806c196bd47d9bf920a788b6a2.tar.gz
Update to 2021.06.09
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf6241b6451..dac5569048be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = hyx
pkgdesc = A minimalistic, but powerful console hex editor
- pkgver = 2020.12.24
+ pkgver = 2021.06.09
pkgrel = 1
url = https://yx7.cc/code/
arch = i686
arch = x86_64
license = MIT
depends = glibc
- source = https://yx7.cc/code/hyx/hyx-2020.12.24.tar.xz
- sha512sums = a1b84fc7b4f566424292fb03b8b8bf25fe0c3cd5342efeb0894b29856394cc8350f2c3f749649e6ca345c7bf3a24ac331ba276070301102a27cd6b067daec35b
+ source = https://yx7.cc/code/hyx/hyx-2021.06.09.tar.xz
+ sha512sums = 43f990e29ce097f8e2378a4511a3097e2576fd72e16f3b5c81688702487c8715e7189cb4a368e344c5440a90a1c759d2f76e7831ab401fa814f7e5ff7e145bd8
pkgname = hyx
-
diff --git a/PKGBUILD b/PKGBUILD
index de340097db1b..eeb09b83ef56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Guillaume Duboc <guilduboc@gmail.com>
pkgname=hyx
-pkgver=2020.12.24
+pkgver=2021.06.09
pkgrel=1
pkgdesc='A minimalistic, but powerful console hex editor'
url='https://yx7.cc/code/'
license=('MIT')
depends=('glibc')
source=("https://yx7.cc/code/hyx/hyx-${pkgver}.tar.xz")
-sha512sums=("a1b84fc7b4f566424292fb03b8b8bf25fe0c3cd5342efeb0894b29856394cc8350f2c3f749649e6ca345c7bf3a24ac331ba276070301102a27cd6b067daec35b")
+sha512sums=("43f990e29ce097f8e2378a4511a3097e2576fd72e16f3b5c81688702487c8715e7189cb4a368e344c5440a90a1c759d2f76e7831ab401fa814f7e5ff7e145bd8")
arch=('i686' 'x86_64')
build() {