summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Liu2021-03-14 16:56:31 +1100
committerJonathan Liu2021-03-14 16:56:31 +1100
commit4718a1475febdb55fa6f82760c2b5c1e6332ee0d (patch)
tree94d9db2613863eef332dc22eebd1206afc405351 /PKGBUILD
parent13bfde97dbe59eae969345a37d2f543bd9bc17c5 (diff)
downloadaur-4718a1475febdb55fa6f82760c2b5c1e6332ee0d.tar.gz
Update to 0.0.23-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b608065b94d0..2ebb2cde5594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid
-pkgver=0.0.22
+pkgver=0.0.23
pkgrel=1
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('wxgtk2')
options=('!buildflags')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('ff22e0420471f2289c38d574bd761856')
+md5sums=('6b8ceaa8bff41a93f3d740727677c5ac')
build() {
cd "$pkgname-$pkgver"