aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-04-17 17:13:28 +0900
committerAndrey Novikov2023-04-17 17:13:28 +0900
commit9a36a70f4088b410c0a8e74b5d324062d70924ab (patch)
treeee82851d451bbdaae3f77fa37fee1aceafb35d82 /PKGBUILD
parenta49275db1a1070e42847ec76ba46b55cd3a5bbc6 (diff)
downloadaur-9a36a70f4088b410c0a8e74b5d324062d70924ab.tar.gz
Upgrade imgproxy to 3.15.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10a9cc7ae2e1..afd27bc3e430 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.14.0
+pkgver=3.15.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=('b7cba8fa6dc1bf0ec5c5ab0b791877bbe9037cc474657c2bd8c7d2ab21fa220e')
+sha256sums=('57077545c3aef8895ac5b92e7896779edf1200e819f4799c8d05d28fdd21b55b')
build() {
cd "$pkgname-$pkgver"