summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d989d9b95316..d5a218eda09d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 02:52:51 UTC 2017
+# Sat Jul 29 21:01:24 UTC 2017
pkgbase = wimlib
pkgdesc = A library and program to extract, create, and modify WIM files
- pkgver = 1.11.0
- pkgrel = 3
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://wimlib.net
arch = i686
arch = x86_64
@@ -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.11.0.tar.gz
- sha256sums = 16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0
+ source = https://wimlib.net/downloads/wimlib-1.12.0.tar.gz
+ sha256sums = 852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f
pkgname = wimlib
diff --git a/PKGBUILD b/PKGBUILD
index 4c5e2432dd53..34400cee886f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=wimlib
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
pkgdesc="A library and program to extract, create, and modify WIM files"
arch=("i686" "x86_64")
url="https://wimlib.net"
@@ -37,4 +37,4 @@ package() {
done
}
-sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
+sha256sums=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')