aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-04-17 17:13:28 +0900
committerAndrey Novikov2023-04-17 17:13:28 +0900
commit9a36a70f4088b410c0a8e74b5d324062d70924ab (patch)
treeee82851d451bbdaae3f77fa37fee1aceafb35d82
parenta49275db1a1070e42847ec76ba46b55cd3a5bbc6 (diff)
downloadaur-9a36a70f4088b410c0a8e74b5d324062d70924ab.tar.gz
Upgrade imgproxy to 3.15.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50aadffd1440..558e8381ff85 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.14.0
+ pkgver = 3.15.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.14.0.tar.gz
- sha256sums = b7cba8fa6dc1bf0ec5c5ab0b791877bbe9037cc474657c2bd8c7d2ab21fa220e
+ source = https://github.com/imgproxy/imgproxy/archive/v3.15.0.tar.gz
+ sha256sums = 57077545c3aef8895ac5b92e7896779edf1200e819f4799c8d05d28fdd21b55b
pkgname = imgproxy
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"