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 2a2097e0f731..e612335e9a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: codestation <codestation404 at gmail dot com>
pkgname=wxmedit
-pkgver=3.0.2
+pkgver=3.1
pkgrel=1
pkgdesc="Cross-platform Text/Hex Editor, a fork of MadEdit with bug fixes and improvements"
arch=("i686" "x86_64")
@@ -11,7 +11,7 @@ depends=('wxgtk2.8' 'icu' 'desktop-file-utils')
makedepends=('boost')
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgver/wxMEdit-$pkgver.tar.gz")
install=wxmedit.install
-sha256sums=('7d77c0ac255e699c44f713dae9aaac00a75bf442cf04355c161adf2c8de2206c')
+sha256sums=('6060270fb01efb6cefeb83772202d8682675ec6b80cbb1e03f54f486e3bdb1d5')
build() {
cd "$srcdir/wxMEdit-$pkgver"