vim: fixed Pkgfile syntax download

This commit is contained in:
Tim Biermann 2024-02-18 15:19:38 +01:00
parent f7a1d4f0cd
commit d8209267db
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqgNtAoyyCf9C6PJeWTMlpIcvbIPMPYnawns2wnX0/BjIouZLwAKihhEFuct7GgF7yCo7EydLStF509SMNFvTCQk=
SHA256 (Pkgfile) = 44fa4923f060aad5881ec483ab5091c5b15895aa1b535063a2a7ebdd241f413d
RWRJc1FUaeVeqtCcWeInr5zJB0oiJD+kCHC3uTCHSQGQ0ZXJDBsejBNlav0Fnyj3RPuRVQxupsGo7gt1dwCrNwcKpXsaURp8Bgo=
SHA256 (Pkgfile) = dbe03fe452a700dacd1de3b712308ba97d4704385e790bdc55b9a9e1e3166cda
SHA256 (.footprint) = 0d37472fbcf9e30ce9b5a23b337ba142cb549a6b3a886bba25e48e4efd932b5e
SHA256 (vim-9.1.0113.tar.gz) = d0a45218c37ed3e78bdbad5c7528fc562afb8be0cde945bfdc5f009ab785fe36
SHA256 (Pkgfile.vim.tar.gz) = 1f275a454fdd936b446518dbd6b60ea8e82895b4fb9759a2f5757e03e996b195
SHA256 (Pkgfile-20230703.vim.tar.gz) = 1f275a454fdd936b446518dbd6b60ea8e82895b4fb9759a2f5757e03e996b195

View File

@ -6,9 +6,11 @@
name=vim
version=9.1.0113
release=1
_commit=897d46d5fd029945d7373167ec2bf8d8c37079b2
_date=20230703
source=(https://github.com/vim/vim/archive/v${version}/$name-$version.tar.gz \
https://git.crux.nu:82/tb/Pkgfile.vim/archive/master.tar.gz)
renames=(SKIP Pkgfile.vim.tar.gz)
https://git.crux.nu/tb/Pkgfile.vim/archive/$_commit.tar.gz)
renames=(SKIP Pkgfile-$_date.vim.tar.gz)
build() {
cd $name-$version/src