aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-03-07 21:46:43 +0900
committerAndrey Novikov2023-03-07 21:46:43 +0900
commita49275db1a1070e42847ec76ba46b55cd3a5bbc6 (patch)
tree1c908cef13dcf57c7ddf2663c6b0dc6e63dc5151 /PKGBUILD
parent9cfa881fdc2d56f79bca474e166ac4b29e89d865 (diff)
downloadaur-a49275db1a1070e42847ec76ba46b55cd3a5bbc6.tar.gz
Upgrade imgproxy to 3.14.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"