diff options
-rw-r--r-- | core/syslinux/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/syslinux/APKBUILD b/core/syslinux/APKBUILD index ba2a6c4325..adeb4b5656 100644 --- a/core/syslinux/APKBUILD +++ b/core/syslinux/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=syslinux -pkgver=3.74 +pkgver=3.75 pkgrel=0 pkgdesc="a boot loader for the Linux operating system which operates off an MS-DOS/Windows FAT filesystem." url="http://syslinux.org" @@ -21,5 +21,5 @@ build () make INSTALLROOT="$pkgdir" MANDIR=/usr/share/man local-install } -md5sums="2154fee98c34bc1bd5a14f5d6f4e1f77 syslinux-3.74.tar.bz2 +md5sums="daddab10857b73c08d7278da4fdb0781 syslinux-3.75.tar.bz2 c08398d165d29e48711e55058e2897de syslinux-3.72-nopie.patch" |