Skip to content

Commit

Permalink
depends: freebsd_base: update to 12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Aug 25, 2024
1 parent ee3782d commit 6c37472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/depends/packages/freebsd_base.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package=freebsd_base
$(package)_version=11.3
$(package)_download_path=https://download.freebsd.org/ftp/releases/amd64/$($(package)_version)-RELEASE/
$(package)_download_file=base.txz
$(package)_version=12.3
$(package)_download_path=https://ci-mirrors.rust-lang.org/rustc
$(package)_download_file=2022-05-06-freebsd-$($(package)_version)-amd64-base.txz
$(package)_file_name=freebsd-base-$($(package)_version).txz
$(package)_sha256_hash=4599023ac136325b86f2fddeec64c1624daa83657e40b00b2ef944c81463a4ff
$(package)_sha256_hash=e85b256930a2fbc04b80334106afecba0f11e52e32ffa197a88d7319cf059840

define $(package)_extract_cmds
echo $($(package)_sha256_hash) $($(1)_source_dir)/$($(package)_file_name) | sha256sum -c &&\
Expand Down

0 comments on commit 6c37472

Please sign in to comment.