Date: Friday, August 28, 2020 @ 15:33:53 Author: foxboron Revision: 691090
upgpkg: hexedit 1.5-1 Modified: hexedit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-28 15:22:25 UTC (rev 691089) +++ PKGBUILD 2020-08-28 15:33:53 UTC (rev 691090) @@ -3,8 +3,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=hexedit -pkgver=1.4.2 -pkgrel=2 +pkgver=1.5 +pkgrel=1 pkgdesc="View and edit files in hexadecimal or in ASCII" arch=('x86_64') url="http://rigaux.org/hexedit.html" @@ -11,7 +11,7 @@ license=('GPL') depends=('ncurses') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz") -sha256sums=('c81ffb36af9243aefc0887e33dd8e41c4b22d091f1f27d413cbda443b0440d66') +sha256sums=('27a2349f659e995d7731ad672450f61a2e950330049a6fb59b77490c5e0015ac') build() { cd "${pkgname}-${pkgver}"
