diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-31 22:43:09 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-31 22:43:09 -0300 |
commit | 3f899c92386a04cf11586a2586d40c94503bc093 (patch) | |
tree | c1ec932c8454a4d035dd2daf82d1b5fa88c75d4f /libre/syslinux/PKGBUILD | |
parent | 72ceb0928c934c598707e095a5b6888660202d99 (diff) | |
parent | 50017ad52a6917b73775b247b385c9e1a7944da0 (diff) | |
download | abslibre-3f899c92386a04cf11586a2586d40c94503bc093.tar.gz abslibre-3f899c92386a04cf11586a2586d40c94503bc093.tar.bz2 abslibre-3f899c92386a04cf11586a2586d40c94503bc093.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/syslinux/PKGBUILD')
-rw-r--r-- | libre/syslinux/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index ecee94e9b..4967097b1 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=syslinux -pkgver=4.06 -pkgrel=2 +pkgver=4.07 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)" url="http://syslinux.zytor.com/" @@ -24,11 +24,11 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t syslinux.cfg syslinux-install_update splash.png) -md5sums=('0384ef35b724615074e77b1fc89d5b47' +md5sums=('9ff6e1b94efab931fb4717b600d88779' '1528c376e43f0eaccaa80d8ad1bc13b4' - '31fe4d80ad74b01e5bc8fccc1d32cccd' + '83649111686c4c58ec05eac324ae711a' '8559fb3daf3afa8688600d8a38118918' - 'befd0e7c38a03442b791f2a530b4dd2d') + 'cb46ca47c6b6323127d908440057d98f') build() { # Do not try to build syslinux with our default LDFLAGS, it will fail |