aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-03-07 21:46:43 +0900
committerAndrey Novikov2023-03-07 21:46:43 +0900
commita49275db1a1070e42847ec76ba46b55cd3a5bbc6 (patch)
tree1c908cef13dcf57c7ddf2663c6b0dc6e63dc5151
parent9cfa881fdc2d56f79bca474e166ac4b29e89d865 (diff)
downloadaur-a49275db1a1070e42847ec76ba46b55cd3a5bbc6.tar.gz
Upgrade imgproxy to 3.14.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ee25b6283a..50aadffd1440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 3.13.2
+ pkgver = 3.14.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips>=8.10
- source = https://github.com/imgproxy/imgproxy/archive/v3.13.2.tar.gz
- sha256sums = d43627584551afc6936ca9cdd71549a961e7df969fc14291aa223755c5c72f19
+ source = https://github.com/imgproxy/imgproxy/archive/v3.14.0.tar.gz
+ sha256sums = b7cba8fa6dc1bf0ec5c5ab0b791877bbe9037cc474657c2bd8c7d2ab21fa220e
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index edcce786b0c4..10a9cc7ae2e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=3.13.2
+pkgver=3.14.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('d43627584551afc6936ca9cdd71549a961e7df969fc14291aa223755c5c72f19')
+sha256sums=('b7cba8fa6dc1bf0ec5c5ab0b791877bbe9037cc474657c2bd8c7d2ab21fa220e')
build() {
cd "$pkgname-$pkgver"