X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 83DDEDC6007 for ; Sat, 29 Jun 2013 20:41:40 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1E3032110B for ; Sat, 29 Jun 2013 16:41:33 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 29 Jun 2013 16:41:34 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :in-reply-to:references; s=smtpout; bh=cCJRq0gW+0nFJczIPiVp5OAWM 7U=; b=rZmq7Ajqd3Hi2szYeGQ5TicwKkVLFcA0GCggdWXEcgb8517fbb5MPMgbh dbX8G0ZZ/6/PeKGrxu9lzhOgCctdUR2u8hNwpG1a+qrI2uen3o7yfJ6fQIU07qsv kcyROI9kHgnV8NWvbWJh1gauqEdl0MNkAc9nXDdzWr/P/eDbBU= X-Sasl-enc: 5xz4iEHG6uFgPcdi1Vx9lVAGDAKEYAFczHbIjz9JC7W4 1372538493 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 4CA64680274 for ; Sat, 29 Jun 2013 16:41:33 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 9/9] main/syslinux: update checksums and bump pkgrel Date: Sat, 29 Jun 2013 16:41:29 -0400 Message-Id: <1893bdf1e37d67835de72e4c41cb82a1f0b5d505.1372538321.git.dubiousjim@gmail.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/syslinux/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main/syslinux/APKBUILD b/main/syslinux/APKBUILD index 79d7e6c..0b93640 100644 --- a/main/syslinux/APKBUILD +++ b/main/syslinux/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=syslinux pkgver=5.10 -pkgrel=0 +pkgrel=1 _ver=${pkgver/_/-} pkgdesc="Boot loader for the Linux operating system" url="http://syslinux.org" @@ -48,11 +48,11 @@ package() { } md5sums="67c8a85ca275d13b4f7f6139dd47d999 syslinux-5.10.tar.xz -7ef73a7a858b8aa1ac6635d6391ac8e5 update-extlinux.conf -e52bf17d58790ff10275ec4e870c6702 update-extlinux" +ca2b5435e838b5938064f93edb2cd897 update-extlinux.conf +d3c240a6da92ed251570ef55186dd54f update-extlinux" sha256sums="4b52d7647d5584c69764c06a836e0d524e5246bf2e94f68cf86342c415508422 syslinux-5.10.tar.xz -ee970729e981ee1756ffe97f0cdda652d1e82773993310eeecfca1f2ddbe718b update-extlinux.conf -a30d92f3d47122b635078a5c9c9e124e368ebe6150e510a3b8649ed8c44258a6 update-extlinux" +b72ac21426bbd52a55b130d5e4ca13f685780fd6719ee12235cd6bf3df30e32c update-extlinux.conf +18a3518e08a38dc015d7905fc71bb74c74cad10cfd30638fa950e40d9e28d002 update-extlinux" sha512sums="56422e14b4aa53ca1a5811da0582dbbb349aa52b9e78868bbedc24c67ef2420c4d0ac63fd68c7f0adc2c22606196276265d503b5b6f9d3d796d9ce42845bbdb5 syslinux-5.10.tar.xz -d0c5a0891841623c8905864caadf58866d4b9f1f893725712c6813af6cb6d64f0c08f2a3783fda56fcb1cbcc1a0a73e65562339f5591f38ee5cb213b2d16c680 update-extlinux.conf -18ddbcf07d357d5bdb0a82b8fd69a09826bfac6a065527404fab8f98af5d3e760d8ea149118bc792cfa717a4c94271f1ba85e3b358aa2b1c998a66c330c1fbc0 update-extlinux" +372bea3eb7e91207af6e227b1ffad1cb877b1f97292004fc7c05820250b8c42ab76775e086e57ea90bbdc80b8efb9e1f3b5cbe2ec1e95be69506ebddf26a89ae update-extlinux.conf +39580f356e61462f850deb456568534017eacce219e2805412fa898f0425e7f70fa9b154511c5b0a87624dc20bda51f3d304ee0955b0963df2c66f44db173900 update-extlinux" -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---