summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-05-09 03:28:35 +0000
committerkhai96_2020-05-09 03:28:35 +0000
commit23f1db8b115d81af7d7829eb5c9a3d622095809b (patch)
treee8bc525d34d4af614aac0bd4881a568d29980ef0
parent324150808b22ea266ce334e0072260ca558c9138 (diff)
downloadaur-23f1db8b115d81af7d7829eb5c9a3d622095809b.tar.gz
0.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec8ca67e7505..bcf9428b81b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sane-fmt-bin
pkgdesc = Opinionated code formatter for TypeScript and JavaScript
- pkgver = 0.2.6
+ pkgver = 0.2.7
pkgrel = 0
url = https://github.com/KSXGitHub/sane-fmt
arch = x86_64
license = MIT
conflicts = sane-fmt
- source = sane-fmt-0.2.6::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.6/sane-fmt-x86_64-unknown-linux-gnu
+ source = sane-fmt-38a7581318cffe8f92ac63f2f617d849d182db20::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.7/sane-fmt-x86_64-unknown-linux-gnu
source = https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md
- sha1sums = fe3c7ae16f8efbc07bd7d6a3ae9114af2df7a277
+ sha1sums = 38a7581318cffe8f92ac63f2f617d849d182db20
sha1sums = SKIP
pkgname = sane-fmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 35756611afa2..17d9f20e4d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# This file is automatically generated. Do not edit.
pkgname=sane-fmt-bin
-pkgver=0.2.6
-source=(sane-fmt-0.2.6::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.6/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md)
-sha1sums=(fe3c7ae16f8efbc07bd7d6a3ae9114af2df7a277 SKIP)
+pkgver=0.2.7
+source=(sane-fmt-38a7581318cffe8f92ac63f2f617d849d182db20::https://github.com/KSXGitHub/sane-fmt/releases/download/0.2.7/sane-fmt-x86_64-unknown-linux-gnu https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md)
+_checksum=38a7581318cffe8f92ac63f2f617d849d182db20
# This PKGBUILD is not a full PKGBUILD
# pkgname, pkgver, source, and sha1sums are to be generated
pkgdesc='Opinionated code formatter for TypeScript and JavaScript'
@@ -14,9 +14,10 @@ arch=(x86_64)
license=(MIT)
url='https://github.com/KSXGitHub/sane-fmt'
conflicts=(sane-fmt)
+sha1sums=($_checksum SKIP)
package() {
- install -Dm755 sane-fmt-$pkgver "$pkgdir"/usr/bin/sane-fmt
+ install -Dm755 sane-fmt-$_checksum "$pkgdir"/usr/bin/sane-fmt
install -Dm644 LICENSE.md "$pkgdir"/usr/share/"$pkgname"/LICENSE.md
}