summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKira Sokolova2024-02-06 21:22:22 +0300
committerKira Sokolova2024-02-06 21:22:22 +0300
commit512a5401ddd2e391b7b18d5d3eaca74240d48803 (patch)
treef30064fb16ab2a75a9de69e4d898e8e51ed5b791
parent4a7ca2c63b374d9d45283a2ee29f576649c29dd7 (diff)
downloadaur-512a5401ddd2e391b7b18d5d3eaca74240d48803.tar.gz
upgrade: 0.8.2 -> 0.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c1cec1ff93f..97022e37fc83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cooklang-chef
pkgdesc = A CLI to manage cooklang recipes
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://github.com/Zheoni/cooklang-chef
arch = x86_64
license = MIT
makedepends = cargo
- source = cooklang-chef-0.8.2.tar.gz::https://static.crates.io/crates/cooklang-chef/cooklang-chef-0.8.2.crate
- source = LICENSE::https://github.com/Zheoni/cooklang-chef/raw/v0.8.2/LICENSE
- sha256sums = fb55f2b2aceb134938331d28152f19ac9a7b7b65ea7d5d62ac4a9afd4425f546
+ source = cooklang-chef-0.8.3.tar.gz::https://static.crates.io/crates/cooklang-chef/cooklang-chef-0.8.3.crate
+ source = LICENSE::https://github.com/Zheoni/cooklang-chef/raw/v0.8.3/LICENSE
+ sha256sums = 1160bc218b189e1f2c6ca8507b549907ce55fc9004e65496afccf05e122fcf59
sha256sums = SKIP
pkgname = cooklang-chef
diff --git a/PKGBUILD b/PKGBUILD
index 79eba12ef4bb..3d40979e5f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kira Sokolova <Kyra256@proton.me>
pkgname=cooklang-chef
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc=" A CLI to manage cooklang recipes"
arch=("x86_64")
@@ -9,8 +9,8 @@ url="https://github.com/Zheoni/cooklang-chef"
license=('MIT')
makedepends=(cargo)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate" "LICENSE::https://github.com/Zheoni/cooklang-chef/raw/v$pkgver/LICENSE")
-sha256sums=('fb55f2b2aceb134938331d28152f19ac9a7b7b65ea7d5d62ac4a9afd4425f546'
- 'SKIP')
+sha256sums=('1160bc218b189e1f2c6ca8507b549907ce55fc9004e65496afccf05e122fcf59'
+ 'SKIP')
prepare() {
cd "$pkgname-$pkgver"