upgpkg(cloudflare-wrangler): 1.19.13

This commit is contained in:
MedzikUserBot 2022-09-07 16:26:21 +00:00
parent 8a1b37da00
commit acbd49128b
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
_pkgname='wrangler'
pkgname='cloudflare-wrangler'
pkgver="1.19.12"
pkgrel=2
pkgver="1.19.13"
pkgrel=1
pkgdesc='Command-line tool for working with Cloudflare Workers'
arch=('x86_64')
url="https://github.com/cloudflare/wrangler"
license=('Apache' 'MIT')
makedepends=('cargo')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')
sha256sums=('7715e3e35eb4a5983c99f697f273bb136e7b122a9dee453e9f8fcf77a51c42db')
build() {
cd "${_pkgname}-${pkgver}"