summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22494c446edb..aeb54d677a30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyx
pkgdesc = A minimalistic, but powerful console hex editor
- pkgver = 0.1.5
+ pkgver = 2020.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-0.1.5.tar.xz
- sha512sums = 79c45c7b3007af4009c356d3b4c7c8b29e241f07311ef62ffea09e0d31e58741093b1375e352800e6f6d9c1d67095b16c68ce3d58d79b05817513130dbfb1b1e
+ source = https://yx7.cc/code/hyx/hyx-2020.06.09.tar.xz
+ sha512sums = c2a0fb3b37f1589a9a810dafbc2fa3ea85ee41b988c7a8a9e3f577eb3f4b959a5516a7d059d46b1f5bb5127b2aed6381f7759f9185dfbcbb4489192ffc73e767
pkgname = hyx
diff --git a/PKGBUILD b/PKGBUILD
index 6aa3af06f13c..72e965927c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Janne Heß <jannehess@gmail.com>
+# Maintainer: Guillaume Duboc <guilduboc@gmail.com>
pkgname=hyx
-pkgver=0.1.5
+pkgver=2020.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=("79c45c7b3007af4009c356d3b4c7c8b29e241f07311ef62ffea09e0d31e58741093b1375e352800e6f6d9c1d67095b16c68ce3d58d79b05817513130dbfb1b1e")
+sha512sums=("c2a0fb3b37f1589a9a810dafbc2fa3ea85ee41b988c7a8a9e3f577eb3f4b959a5516a7d059d46b1f5bb5127b2aed6381f7759f9185dfbcbb4489192ffc73e767")
arch=('i686' 'x86_64')
build() {