summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGingka/Ginger Pepper2024-02-12 14:35:47 -0500
committerGingka/Ginger Pepper2024-02-12 14:35:47 -0500
commit20ca4dd9d524681161bd08d541b104de5184a467 (patch)
treee95a331c1e627d1cc343623ac81d495505b0fe15
parent69df2c64537d56a97a4ce9da1cc0636092648c5c (diff)
downloadaur-mingw-w64-libjpeg.tar.gz
update package to version 9f
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433d7c8041dd..cce5dd849690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mingw-w64-libjpeg
pkgdesc = JPEG image compression (mingw-w64)
- pkgver = 9e
+ pkgver = 9f
pkgrel = 1
- url = http://ijg.rg/
+ url = https://ijg.org/
arch = any
- license = custom
+ license = LicenseRef-custom
makedepends = mingw-w64-configure
depends = mingw-w64-crt
provides = mingw-w64-libjpeg-turbo
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-libjpeg
options = !libtool
options = !strip
options = !buildflags
- source = http://www.ijg.org/files/jpegsrc.v9e.tar.gz
- sha256sums = 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
+ source = https://ijg.org/files/jpegsrc.v9f.tar.gz
+ sha256sums = 04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b
pkgname = mingw-w64-libjpeg
diff --git a/PKGBUILD b/PKGBUILD
index af3070ee6df2..d396792849cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=mingw-w64-libjpeg
-pkgver=9e
+pkgver=9f
pkgrel=1
pkgdesc="JPEG image compression (mingw-w64)"
arch=(any)
-url="http://ijg.rg/"
-license=("custom")
+url="https://ijg.org/"
+license=("LicenseRef-custom")
makedepends=(mingw-w64-configure)
depends=(mingw-w64-crt)
options=(!libtool !strip !buildflags)
conflicts=(mingw-w64-libjpeg-turbo)
provides=(mingw-w64-libjpeg-turbo)
-source=("http://www.ijg.org/files/jpegsrc.v$pkgver.tar.gz")
-sha256sums=('4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d')
+source=("https://ijg.org/files/jpegsrc.v$pkgver.tar.gz")
+sha256sums=('04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"