Skip to content

Commit

Permalink
linux-kernel: fix VER in spec to avoid pkgscript failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhi committed Jan 11, 2019
1 parent a380cfc commit 9a9b21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra-kernel/linux-kernel/spec
@@ -1,5 +1,5 @@
VER=5.0
VER=5.0.0
RC=-rc1
SRCTBL="https://git.kernel.org/torvalds/t/linux-${VER}${RC}.tar.gz"
SRCTBL="https://git.kernel.org/torvalds/t/linux-${VER%.*}${RC}.tar.gz"
#SRCTBL="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${VER}.tar.xz"
SHA256SUM="fffbe30b00d374a64948f77e66b54f3cea3912563e171fcf08ce4b716150fb05"

0 comments on commit 9a9b21e

Please sign in to comment.