aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-11-07 23:26:37 +0900
committerAndrey Novikov2022-11-07 23:26:37 +0900
commitbff77ba80e8e6a7929e81b9193d79646c4427140 (patch)
tree029d150b01d6a2b9f775a1eaa6f276a00a99b7d3
parente033c8127fca9a7f97c7fc34babfd4310ffbec05 (diff)
downloadaur-bff77ba80e8e6a7929e81b9193d79646c4427140.tar.gz
Upgrade imgproxy to 3.10.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ee596f282c6..06a5a510b2bd 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.9.0
+ pkgver = 3.10.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.9.0.tar.gz
- sha256sums = e1cb4065b190840d99059e037a9ee64cf9efed5408c632016f88da0fe772dbf6
+ source = https://github.com/imgproxy/imgproxy/archive/v3.10.0.tar.gz
+ sha256sums = 73ada6a257f57b70c50904945a707677aeb5b4da8c70fa294308563630d58c9c
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 4876b5165345..9d6168db1141 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.9.0
+pkgver=3.10.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=('e1cb4065b190840d99059e037a9ee64cf9efed5408c632016f88da0fe772dbf6')
+sha256sums=('73ada6a257f57b70c50904945a707677aeb5b4da8c70fa294308563630d58c9c')
build() {
cd "$pkgname-$pkgver"