aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-08-22 22:39:25 +0900
committerAndrey Novikov2022-08-22 22:39:25 +0900
commit06dd421628a816e51d6042063634feb538d8f4bd (patch)
treef8c7ddaf461b22578913939384d37dac82380b7f /PKGBUILD
parent4ecc47033b58945167813d2068b3ee01337d5ce4 (diff)
downloadaur-06dd421628a816e51d6042063634feb538d8f4bd.tar.gz
Upgrade imgproxy to 3.7.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5b8c7f72da9..e1e3d06d6a43 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.7.0
+pkgver=3.7.2
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=('2c68077714672400ccb7c029f6f1844daff597966f411c24cba60077828fa6a5')
+sha256sums=('ee7d2425c84344255f1936a91f96163133fb6dacc9de438c8be58fb4e4ab3c8b')
build() {
cd "$pkgname-$pkgver"