diff -rNu Alien-wxWidgets-0.67/Build.PL Alien-wxWidgets-0.67-Vojtech/Build.PL
--- Alien-wxWidgets-0.67/Build.PL	2015-03-09 22:37:19.000000000 +0100
+++ Alien-wxWidgets-0.67-Vojtech/Build.PL	2016-06-02 09:11:01.435448600 +0200
@@ -22,6 +22,8 @@
     '3.0.0'         => 'patches/data-3.0.0',
     '3.0.1'         => 'patches/data-3.0.1',
     '3.0.2'         => 'patches/data-3.0.2',
+    '3.0.3'         => 'patches/data-3.0.3',
+    '3.1.0'         => 'patches/data-3.1.0',
     );
 
 my ($DEFAULT_VERSION, $DEFAULT_ARCHIVE_TYPE) = _get_default_wxwidgets_version_and_type();
@@ -288,7 +290,7 @@
 sub _get_default_wxwidgets_version_and_type {
     
     # default version and archive type
-    my $defver = '3.0.2';
+    my $defver = '3.0.3';
     my $deftype = 'tar.bz2';
     
     if( $^O =~ /^linux/i) {
diff -rNu Alien-wxWidgets-0.67/patches/data-3.0.3 Alien-wxWidgets-0.67-Vojtech/patches/data-3.0.3
--- Alien-wxWidgets-0.67/patches/data-3.0.3	1970-01-01 01:00:00.000000000 +0100
+++ Alien-wxWidgets-0.67-Vojtech/patches/data-3.0.3	2016-05-24 14:40:09.375253100 +0200
@@ -0,0 +1,28 @@
+my $VERSION = '3.0.3';
+$URL   ||= "http://github.com/discnl/wxWidgets/archive";
+my $BASE    = 'wxWidgets';
+# $TYPE from Build.PL
+
+my @common = qw(wxWidgets-2.9.0-magic.patch );
+
+my $winsetuppatch = ( $FORCE_GTX ) ? 'wxMSW-3.0.1-setup_gctx.patch' : 'wxMSW-3.0.1-setup.patch';
+
+{   
+  msw     => { unicode => [ 
+  'wxMSW-3.0.0-makefiles.patch',
+  'wxMSW-3.0.1-defs.patch',
+  $winsetuppatch, 
+  @common 
+  ],
+               },
+  
+  mac     => { unicode => [ @common ],
+               },
+  unix    => { unicode => [ @common ],
+               },
+  data    => { url  => ( sprintf '%s/v%s-beta1.tar.gz', $URL, $VERSION),
+               directory => ( sprintf '%s-%s-beta1', $BASE, $VERSION ),
+               archive   => ( sprintf 'v%s-beta1.tar.gz', $VERSION ),
+               version   => $VERSION,
+               },
+  };
diff -rNu Alien-wxWidgets-0.67/patches/data-3.1.0 Alien-wxWidgets-0.67-Vojtech/patches/data-3.1.0
--- Alien-wxWidgets-0.67/patches/data-3.1.0	1970-01-01 01:00:00.000000000 +0100
+++ Alien-wxWidgets-0.67-Vojtech/patches/data-3.1.0	2016-05-25 09:02:05.169144900 +0200
@@ -0,0 +1,28 @@
+my $VERSION = '3.1.0';
+$URL   ||= "http://github.com/wxWidgets/wxWidgets/releases/download/v3.1.0";
+my $BASE    = 'wxWidgets';
+# $TYPE from Build.PL
+
+my @common = qw(wxWidgets-2.9.0-magic.patch );
+
+my $winsetuppatch = ( $FORCE_GTX ) ? 'wxMSW-3.0.1-setup_gctx.patch' : 'wxMSW-3.0.1-setup.patch';
+
+{   
+  msw     => { unicode => [ 
+#  'wxMSW-3.0.0-makefiles.patch',
+  'wxMSW-3.0.1-defs.patch',
+  $winsetuppatch, 
+  @common 
+  ],
+               },
+  
+  mac     => { unicode => [ @common ],
+               },
+  unix    => { unicode => [ @common ],
+               },
+  data    => { url  => ( sprintf '%s/%s-%s.%s', $URL, $BASE, $VERSION, $TYPE ),
+               directory => ( sprintf '%s-%s', $BASE, $VERSION ),
+               archive   => ( sprintf '%s-%s.%s', $BASE, $VERSION, $TYPE ),
+               version   => $VERSION,
+               },
+  };
