summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 791754efbf8f..e561597a9670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Craig Barnes <cr@igbarn.es>
pkgname='dte'
-pkgver='1.8'
+pkgver='1.8.2'
pkgrel='1'
pkgdesc='A small and easy to use console text editor'
url='https://craigbarnes.gitlab.io/dte/'
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686' 'armv7l' 'armv7h' 'aarch64')
license=('GPL2')
depends=('glibc' 'ncurses')
source=("https://craigbarnes.gitlab.io/dist/dte/dte-$pkgver.tar.gz")
-sha256sums=('49316028e91428d7ee699cc289650dacf12854513544d884fae568a8da957981')
+sha256sums=('778786c0b2588f0d9a651ebfde939885a5579745dae8f5d9adc480f4895d6c04')
build() {
cd "$pkgname-$pkgver"