summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2017-08-17 18:38:41 +0200
committerBaptiste Jonglez2017-08-17 18:38:41 +0200
commit168d974b8bb2935bb78e9b75aa76988b51c900a2 (patch)
treeaf2f9c86797affa7acb740cc16e9e1b0758e9da8
parent5139f3967511ac9b66a4149b55ebf65e464f3d29 (diff)
downloadaur-168d974b8bb2935bb78e9b75aa76988b51c900a2.tar.gz
linux-mptcp: Update to 0.92.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 240d91583a1b..1d19f5cc3d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 6 18:47:33 UTC 2017
+# Thu Aug 17 16:38:41 UTC 2017
pkgbase = linux-mptcp
- pkgver = 0.92
- pkgrel = 2
+ pkgver = 0.92.1
+ pkgrel = 1
epoch = 1
url = http://www.multipath-tcp.org/
arch = i686
@@ -15,13 +15,13 @@ pkgbase = linux-mptcp
makedepends = bc
makedepends = libelf
options = !strip
- source = https://github.com/multipath-tcp/mptcp/archive/v0.92/linux-mptcp-0.92.tar.gz
+ source = https://github.com/multipath-tcp/mptcp/archive/v0.92.1/linux-mptcp-0.92.1.tar.gz
source = config.i686
source = config.x86_64
source = 90-linux.hook
source = linux.preset
source = change-default-console-loglevel.patch
- sha256sums = 6a2b7a68ee9522d256eaf9a837419d24f53b2b27d1567dc84d569dd4527abc1f
+ sha256sums = ff59aa467296b7c7fb778ef2eb6628a4db8bebe8eb00934df6afdc847bc5d2a9
sha256sums = fd08d8ae23138ed4f8f2b164988d33d0d5a1bd73a61971295b3388147e2bba6b
sha256sums = b587dd89f69508f3016193b1bb362263daa0af00726e1d1137193329d3bd85cb
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
@@ -29,7 +29,7 @@ pkgbase = linux-mptcp
sha256sums = 567bdc00dbecae3e03c4d5306c8156d4a76485925404cf0c30f15f2c3661d32f
pkgname = linux-mptcp
- pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.4.70)
+ pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.4.83)
install = linux.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 76c752b1d879..d0ab38bbdb1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=linux-mptcp
_srcname=mptcp
-pkgver=0.92
-pkgrel=2
+pkgver=0.92.1
+pkgrel=1
epoch=1
arch=('i686' 'x86_64')
url="http://www.multipath-tcp.org/"
@@ -22,7 +22,7 @@ source=("https://github.com/multipath-tcp/mptcp/archive/v${pkgver}/${pkgbase}-${
# standard config files for mkinitcpio ramdisk
'linux.preset'
'change-default-console-loglevel.patch')
-sha256sums=('6a2b7a68ee9522d256eaf9a837419d24f53b2b27d1567dc84d569dd4527abc1f'
+sha256sums=('ff59aa467296b7c7fb778ef2eb6628a4db8bebe8eb00934df6afdc847bc5d2a9'
'fd08d8ae23138ed4f8f2b164988d33d0d5a1bd73a61971295b3388147e2bba6b'
'b587dd89f69508f3016193b1bb362263daa0af00726e1d1137193329d3bd85cb'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -77,7 +77,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.4.70)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.4.83)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'