summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f77f62a2332..14af73466761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Birks <david@birks.dev>
pkgname=cloudflare-wrangler
-pkgver=1.19.11
+pkgver=1.19.12
pkgrel=1
pkgdesc='Command-line tool for working with Cloudflare Workers'
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/cloudflare/wrangler"
license=('Apache' 'MIT')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/wrangler/archive/v$pkgver.tar.gz")
-md5sums=('8635dd44db9d6c0cf15004fe7010f83c')
+md5sums=('99620e63789cc272bff854511c67ed68')
build() {
cd wrangler-$pkgver