summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2022-06-08 12:58:13 +0200
committerPieter Joost van de Sande2022-06-08 12:58:13 +0200
commitb0fe6cfe098de3ddbba68ac4dda24da299fb50e8 (patch)
treeffed193b244846f52b6baa94d1cc2de192dbd458
parent4e5e7ed36dc6d946f90950b3cc0678cdad95e323 (diff)
downloadaur-hxd.tar.gz
bump 1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa509a03efe7..ed0d7fbfbccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = hxd
pkgdesc = A better hexdump
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/kiedtl/huxdemp
arch = x86_64
- source = https://github.com/kiedtl/huxdemp/releases/download/0.1.0/hxd-Linux-x86_64-0.1.0.tar.xz
- sha256sums = 086b5ffd0be4dc6ac96059bc9045cd58a70ac8e392af5aae96558d3c26743ce5
+ source = https://github.com/kiedtl/huxdemp/releases/download/1.0.0/huxd-Linux-x86_64-1.0.0.tar.xz
+ sha256sums = e7269b4b931366b3ca85eb8be604aae87de41948af09c891b6744903c1125d54
pkgname = hxd
diff --git a/PKGBUILD b/PKGBUILD
index d5636c520a2c..c92bc23bc7a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=hxd
-pkgver=0.1.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='A better hexdump'
arch=('x86_64')
url="https://github.com/kiedtl/huxdemp"
makedepends=()
-source=("$url/releases/download/$pkgver/hxd-Linux-x86_64-$pkgver.tar.xz")
-sha256sums=('086b5ffd0be4dc6ac96059bc9045cd58a70ac8e392af5aae96558d3c26743ce5')
+source=("$url/releases/download/$pkgver/huxd-Linux-x86_64-$pkgver.tar.xz")
+sha256sums=('e7269b4b931366b3ca85eb8be604aae87de41948af09c891b6744903c1125d54')
package() {
- cd "hxd-Linux-x86_64-${pkgver}"
- install -Dm755 hxd "${pkgdir}/usr/bin/hxd"
+ cd "huxd-Linux-x86_64-${pkgver}"
+ install -Dm755 huxd "${pkgdir}/usr/bin/hxd"
}