Skip to content

Commit 14eb022

Browse files
author
damon
committed
pkg: use placeholder checksums in repo templates
Checksums are computed at release time and pushed to the canonical distribution repos (AUR, homebrew-tap, aports). In-repo files are templates only.
1 parent 11b9590 commit 14eb022

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ package() {
3838
}
3939

4040
sha512sums="
41-
1fe49e736634c95eaa09af8142a91c5f04fcdf306ff55e5226d334538f72d3c7cc4f279aa2aab0069f6b7d4fd58f4a1ba7b1516b98e3536de518a43e1a621506 batdoc-1.0.0.tar.gz
41+
SKIP batdoc-1.0.0.tar.gz
4242
"

pkg/arch/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pkgbase = batdoc
99
depends = gcc-libs
1010
depends = glibc
1111
source = batdoc-1.0.0.tar.gz::https://github.com/daemonp/batdoc/archive/v1.0.0.tar.gz
12-
b2sums = b982d44d7c71b4a789483c6e3651bd052eb7b1ba338d11eeefb92b66a9fc9db382f9af818f7b0de75bfd37180c89215a2ef37db88b36c28549cef8849faef503
12+
b2sums = SKIP
1313

1414
pkgname = batdoc

pkg/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license=('MIT')
1010
depends=('gcc-libs' 'glibc')
1111
makedepends=('cargo')
1212
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13-
b2sums=('b982d44d7c71b4a789483c6e3651bd052eb7b1ba338d11eeefb92b66a9fc9db382f9af818f7b0de75bfd37180c89215a2ef37db88b36c28549cef8849faef503')
13+
b2sums=('SKIP')
1414

1515
prepare() {
1616
cd "$pkgname-$pkgver"

pkg/homebrew/batdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Batdoc < Formula
22
desc "cat(1) for doc, docx, xls, xlsx, pptx, and pdf -- renders to markdown with bat"
33
homepage "https://github.com/daemonp/batdoc"
44
url "https://github.com/daemonp/batdoc/archive/refs/tags/v1.0.0.tar.gz"
5-
sha256 "3905c854e3ca62a5d11208ac7e71dbc01bb56efb11d53012d446e4106cfe4b34"
5+
sha256 "PLACEHOLDER"
66
license "MIT"
77
head "https://github.com/daemonp/batdoc.git", branch: "master"
88

0 commit comments

Comments
 (0)