diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-08 21:49:19 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-08 21:49:19 +0200 |
| commit | 86dbf527b963f0b1c0290c3020e222a0be00a508 (patch) | |
| tree | 390ddba0fa5eb9883ea767d055f891a3582418f5 /typora-bin/typora-bin.SlackBuild | |
| parent | d97e4c801e14597d070813be15073bb2257c101d (diff) | |
| download | my-slackbuilds-86dbf527b963f0b1c0290c3020e222a0be00a508.tar.gz my-slackbuilds-86dbf527b963f0b1c0290c3020e222a0be00a508.zip | |
typora-bin: keep BUILD at 1
slackrepo tracks the build number, so it should not be bumped by hand
here. Reverts the bump made alongside the directory permission fix; that
fix itself is unchanged.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'typora-bin/typora-bin.SlackBuild')
| -rw-r--r-- | typora-bin/typora-bin.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typora-bin/typora-bin.SlackBuild b/typora-bin/typora-bin.SlackBuild index 2e5110f..3caf82e 100644 --- a/typora-bin/typora-bin.SlackBuild +++ b/typora-bin/typora-bin.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=typora-bin SRCNAM=Typora VERSION=${VERSION:-1.14.9} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |
