aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-05-21 16:46:57 +0300
committerAndrey Novikov2022-05-21 16:46:57 +0300
commit04ec163bd8695287ae6313260a7148773ea99a81 (patch)
treee4c9a1f21a4c2265f3ffeeb66f80b1a2df62a96f
parent2cc3746a86d0f504afa2389bd2ebe6e5c05686f5 (diff)
downloadaur-04ec163bd8695287ae6313260a7148773ea99a81.tar.gz
Upgrade imgproxy to 3.5.1
See https://github.com/imgproxy/imgproxy/releases/tag/v3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a164545af498..22736c1db7df 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.5.0
+ pkgver = 3.5.1
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.5.0.tar.gz
- sha256sums = 8880dc4c1e16a4480effa3de85a339010820f6f262bf8a307a3325b679453e2b
+ source = https://github.com/imgproxy/imgproxy/archive/v3.5.1.tar.gz
+ sha256sums = 1ad4f38c56db422bef77289a17653189776fc50f7749cb0e938e539fabb57830
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 4405d082f126..6c77b93fec87 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.5.0
+pkgver=3.5.1
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=('8880dc4c1e16a4480effa3de85a339010820f6f262bf8a307a3325b679453e2b')
+sha256sums=('1ad4f38c56db422bef77289a17653189776fc50f7749cb0e938e539fabb57830')
build() {
cd "$pkgname-$pkgver"