diff options
author | Chris Severance | 2016-08-03 14:02:33 -0400 |
---|---|---|
committer | Chris Severance | 2016-08-03 14:02:33 -0400 |
commit | dace8bf2f76a6ca3cdd1f4217d068e94f01d8ef1 (patch) | |
tree | 6e68dff7c40b5b0368aec2bc2273ce25854fb47d | |
parent | aa6e253ad3ddbe46e528ecb33176d989024d11cc (diff) | |
download | aur-dace8bf2f76a6ca3cdd1f4217d068e94f01d8ef1.tar.gz |
Update to 20160728.C8A
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 15 insertions, 15 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Jun 23 17:25:23 UTC 2016 +# Wed Aug 3 18:02:08 UTC 2016 pkgbase = bios-lenovo-thinkserver-ts140 pkgdesc = BIOS update for Lenovo ThinkServer ts140 ts440 - pkgver = 20160607.C3A + pkgver = 20160728.C8A pkgrel = 1 url = http://support.lenovo.com/us/en/products/Servers/ThinkServer-tower-servers/ThinkServer-TS140 install = bios-lenovo-thinkserver-ts140.install @@ -16,12 +16,12 @@ pkgbase = bios-lenovo-thinkserver-ts140 depends = glibc depends = linux depends = linux-headers - source = https://download.lenovo.com/pccbbs/thinkservers/bios_ts140-240-440-540_fbktc3a_linux_x86.txt - sha256sums = f3310233c0390a6a2b049e19da3aea08cf1c17723e64dee6a74299b89a92b3d2 - source_i686 = https://download.lenovo.com/pccbbs/thinkservers/bios_ts140-240-440-540_fbktc3a_linux_x86.tgz - sha256sums_i686 = d34fb025609735e9e167968ca58f3a8b23e64199e14db31e5683fa9889f6e64a - source_x86_64 = https://download.lenovo.com/pccbbs/thinkservers/bios_ts140-240-440-540_fbktc3a_linux_x64.tgz - sha256sums_x86_64 = c2914a025f3b936af1c2dd7d3ba14c333ec4fd007225d1ed2f36705079c57158 + source = https://download.lenovo.com/pccbbs/thinkservers/bios_me_ts140-240-440-540_fbktc8a_linux_x86.txt + sha256sums = c2e65066ef07ceeff675375ca86983f074a198d3fdac831e2a65446cd363497c + source_i686 = https://download.lenovo.com/pccbbs/thinkservers/bios_me_ts140-240-440-540_fbktc8a_linux_x86.tgz + sha256sums_i686 = 6ee486675ef96c5dc3c7a5f60b0d7b1829c53c4b1479f81b73a6b18bf62c86c7 + source_x86_64 = https://download.lenovo.com/pccbbs/thinkservers/bios_me_ts140-240-440-540_fbktc8a_linux_x64.tgz + sha256sums_x86_64 = 9d419d2b12c0170d742c7e75bc628ca46072d66da2e739121929fe4e6aa3eb82 pkgname = bios-lenovo-thinkserver-ts140 @@ -16,7 +16,7 @@ set -u pkgname='bios-lenovo-thinkserver-ts140' -pkgver='20160607.C3A' +pkgver='20160728.C8A' pkgrel='1' pkgdesc='BIOS update for Lenovo ThinkServer ts140 ts440' # ts240 ts540 The website claims less models than the enclosed readme arch=('i686' 'x86_64') @@ -35,12 +35,12 @@ license=('custom') depends=('gcc' 'make' 'sudo' 'binutils' 'glibc' 'linux' 'linux-headers') install="${pkgname}.install" -source=('https://download.lenovo.com/pccbbs/thinkservers/bios_ts140-240-440-540_fbktc3a_linux_x86.txt') -source_i686=('https://download.lenovo.com/pccbbs/thinkservers/bios_ts140-240-440-540_fbktc3a_linux_x86.tgz') -source_x86_64=('https://download.lenovo.com/pccbbs/thinkservers/bios_ts140-240-440-540_fbktc3a_linux_x64.tgz') -sha256sums=('f3310233c0390a6a2b049e19da3aea08cf1c17723e64dee6a74299b89a92b3d2') -sha256sums_i686=('d34fb025609735e9e167968ca58f3a8b23e64199e14db31e5683fa9889f6e64a') -sha256sums_x86_64=('c2914a025f3b936af1c2dd7d3ba14c333ec4fd007225d1ed2f36705079c57158') +source=('https://download.lenovo.com/pccbbs/thinkservers/bios_me_ts140-240-440-540_fbktc8a_linux_x86.txt') +source_i686=('https://download.lenovo.com/pccbbs/thinkservers/bios_me_ts140-240-440-540_fbktc8a_linux_x86.tgz') +source_x86_64=('https://download.lenovo.com/pccbbs/thinkservers/bios_me_ts140-240-440-540_fbktc8a_linux_x64.tgz') +sha256sums=('c2e65066ef07ceeff675375ca86983f074a198d3fdac831e2a65446cd363497c') +sha256sums_i686=('6ee486675ef96c5dc3c7a5f60b0d7b1829c53c4b1479f81b73a6b18bf62c86c7') +sha256sums_x86_64=('9d419d2b12c0170d742c7e75bc628ca46072d66da2e739121929fe4e6aa3eb82') declare -gA _srcdir; _srcdir=(['i686']='BIOSLinux32' ['x86_64']='BIOSLinux64') declare -gA _exe; _exe=(['i686']='afulnx_26_32' ['x86_64']='afulnx_26_64') |