mirror of
https://git.suyu.dev/suyu/ext-linux-bin
synced 2025-10-05 16:22:41 +02:00
boost: Add boost 1.81 package
For focal
This commit is contained in:
BIN
boost/boost-1_81_0.tar.xz
Normal file
BIN
boost/boost-1_81_0.tar.xz
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
# This script is meant to make it easy to build a package using a Docker container.
|
||||
|
||||
# Run this from the same directory as source directory
|
||||
@@ -7,7 +7,7 @@
|
||||
THIS=$(readlink -e $0)
|
||||
USER_ID=`id -u`
|
||||
GROUP_ID=`id -g`
|
||||
VERSION=1_79_0
|
||||
VERSION=1_81_0
|
||||
PKG_NAME=boost
|
||||
|
||||
mkdir -p $PKG_NAME-$VERSION
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
THIS=$(readlink -e $0)
|
||||
PKG_NAME=$1
|
||||
|
Reference in New Issue
Block a user