mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jpegoptim: update to 1.5.2.
This commit is contained in:
parent
a9e6d89ccd
commit
02072f48d1
2 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'jpegoptim'
|
# Template file for 'jpegoptim'
|
||||||
pkgname=jpegoptim
|
pkgname=jpegoptim
|
||||||
version=1.4.7
|
version=1.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libjpeg-turbo-devel"
|
makedepends="libjpeg-turbo-devel"
|
||||||
short_desc="Utility to optimize/compress JPEG files"
|
short_desc="Utility to optimize/compress JPEG files"
|
||||||
maintainer="archaeme <normandy@firemail.cc>"
|
maintainer="archaeme <normandy@firemail.cc>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/tjko/jpegoptim"
|
homepage="https://github.com/tjko/jpegoptim"
|
||||||
distfiles="https://github.com/tjko/jpegoptim/archive/RELEASE.${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/tjko/jpegoptim/master/README"
|
||||||
checksum=9d2a13b7c531d122f360209422645206931c74ada76497c4aeb953610f0d70c1
|
distfiles="https://github.com/tjko/jpegoptim/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=e8701cc85c065e05747a15da72ebb403056ebecaa98e2806cf69cdd443397910
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pattern='RELEASE.\K[\d.]+(?=\.tar.gz)'
|
|
Loading…
Add table
Reference in a new issue