summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6a8942e0a17..90031d3b12b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 20 07:22:51 UTC 2016
+# Wed Jan 18 06:51:16 UTC 2017
pkgbase = wimlib
pkgdesc = A library and program to extract, create, and modify WIM files
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://wimlib.net
arch = i686
@@ -17,8 +17,8 @@ pkgbase = wimlib
optdepends = mtools: for making disk image of Windows PE
optdepends = syslinux: for making disk image of Windows PE
optdepends = cabextract: for extracting Windows PE from the WAIK
- source = https://wimlib.net/downloads/wimlib-1.10.0.tar.gz
- sha256sums = 989b1b02f246c480dec10469374f4235d15a3d5e5ae054452405305af5007f55
+ source = https://wimlib.net/downloads/wimlib-1.11.0.tar.gz
+ sha256sums = 16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0
pkgname = wimlib
diff --git a/PKGBUILD b/PKGBUILD
index 316bbf496001..3b86c53eee6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=wimlib
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A library and program to extract, create, and modify WIM files"
arch=("i686" "x86_64")
@@ -37,4 +37,4 @@ package() {
done
}
-sha256sums=('989b1b02f246c480dec10469374f4235d15a3d5e5ae054452405305af5007f55')
+sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')