summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcodestation2016-03-20 18:30:30 -0430
committercodestation2016-03-20 18:30:30 -0430
commit5cb4889b78e7aea596a6b05b5a905d3e24d7a945 (patch)
treed155ecb8808d67ffc46bf5603ebb58d573ed6571 /PKGBUILD
parent16ac48d478f9bbf935d61205d85937b62d9719d4 (diff)
downloadaur-5cb4889b78e7aea596a6b05b5a905d3e24d7a945.tar.gz
Update to 3.1
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"