aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-04-08 11:38:37 +0300
committerAndrey Novikov2022-04-08 11:38:37 +0300
commit24b0fcc0918e4f77ce7a8bbe434faa2729f28f7d (patch)
treedad8845712cb7f3849c184af24e66980e3a18f80
parentc11a62c681ef49f9d40d96e2893d771d007db581 (diff)
downloadaur-24b0fcc0918e4f77ce7a8bbe434faa2729f28f7d.tar.gz
Upgrade imgproxy to 3.4.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c14ff9e48b..4805de40a878 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.3.3
+ pkgver = 3.4.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.3.3.tar.gz
- sha256sums = a322608d1c6a32d5e0e3fffe03be4856a6245bf73fca9b24dd5f4265a836648c
+ source = https://github.com/imgproxy/imgproxy/archive/v3.4.0.tar.gz
+ sha256sums = 6c6ad103e6d2c7a5fe0ff3f5d3b48726b66403d854ba8e79f221c57c5a5a2705
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 1c4070581d3b..a9bcae9a3620 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.3.3
+pkgver=3.4.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=('a322608d1c6a32d5e0e3fffe03be4856a6245bf73fca9b24dd5f4265a836648c')
+sha256sums=('6c6ad103e6d2c7a5fe0ff3f5d3b48726b66403d854ba8e79f221c57c5a5a2705')
build() {
cd "$pkgname-$pkgver"