intel-ucode: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:45 +00:00
parent 6e56118344
commit 2bac87f853
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,6 @@ short_desc="Microcode update files for Intel CPUs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="INTEL Software License Agreement"
homepage="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22"
update_pattern='\d{8}(?=<br />\(Latest\))'
distfiles="http://downloadmirror.intel.com/24290/eng/microcode-${version}.tgz"
checksum=ea6c0ee21d1fbf261f093176a78089c21411e5fe0e2c35b258cedf2b39987e15

View file

@ -0,0 +1 @@
pattern='\d{8}(?=<br />\(Latest\))'