Skip to content

Commit

Permalink
upd(cmake{,data-deb}): 3.25.1 -> 3.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 committed Dec 26, 2023
1 parent 976fad2 commit a2e7a79
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
16 changes: 3 additions & 13 deletions packages/cmake-data-deb/cmake-data-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name="cmake-data-deb"
gives="cmake-data"
pkgver="3.25.1"
pkgver="3.28.1"
pkgdesc="CMake data files (modules, templates and documentation)"
codename="$(lsb_release -cs)"
case "${codename}" in
"bullseye")
url="http://ftp.debian.org/debian/pool/main/c/cmake/cmake-data_${pkgver}-1~bpo11+1_all.deb"
hash="6c7c8d91c045ccf44c9cc7dc1f05d8431707df4651bf18b4a3ee34847bc205f3"
;;
*)
url="http://archive.ubuntu.com/ubuntu/pool/main/c/cmake/cmake-data_${pkgver}-1ubuntu1_all.deb"
hash="8633c1235e841faa70eb1c58f451338a73048dbddb4d97c482cca92dde61c567"
;;
esac
arch=('amd64')
url="https://ftp.debian.org/debian/pool/main/c/cmake/cmake-data_${pkgver}-1_all.deb"
hash="fca901f846ca213fbfa6c349cea6b41d5bcc40e2b509d5f980f032a8d588985d"
maintainer="Zahrun <[email protected]>"
repology=("project: cmake" "repo: debian_unstable")
30 changes: 17 additions & 13 deletions packages/cmake-deb/cmake-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name="cmake-deb"
gives="cmake"
pkgver="3.25.1"
pkgver="3.28.1"
pkgdesc="CMake data files (modules, templates and documentation)"
arch=('amd64' 'arm64' 'armel' 'armhf' 'i386' 'mips64el' 'riscv64' 's390x')
pacdeps=("cmake-data-deb")
codename="$(lsb_release -cs)"
case "${codename}" in
"bullseye")
url="http://ftp.debian.org/debian/pool/main/c/cmake/cmake_${pkgver}-1~bpo11+1_amd64.deb"
hash="5561f20944ef4d9d3ea496bc92dff5b1d5adea3cfee1fa302a7298bedeb03f9e"
;;
*)
url="http://archive.ubuntu.com/ubuntu/pool/main/c/cmake/cmake_${pkgver}-1ubuntu1_amd64.deb"
hash="a8c139c0cf500e47a521930f9e0cf5a814fbed60145a29bb37e7f7ae03a27ca4"
;;
esac
arch=('amd64')
declare -A \
sums=(
[amd64]="d4156a62233c735303fea7a8cb0f3302ac09225aa50e8bc5bdb0e3e9267c1092"
[arm64]="7200f34b8aa13d3afc227f9cfdc37b94fac04d66839dc2bce3f6ca238dbd1c32"
[armel]="f09f61884018c268579640f45ee402da89c2cea539ee9b57aecd478783ad761c"
[armhf]="fa0714447f432caa4cb08981ea211bce0b907646c967795cfdfc21e1a64550f1"
[i386]="17d54ba20beaedfe30026dd9cf9c8d4b2075ff5a5d1cb994a71b45a0acfd6fbb"
[mips64el]="7acfa8c2bb1f78a9ccba90241c17b466681395f6465c726e37523ca385be3d86"
[riscv64]="1fb86351ef025cf5549cba0a3f01a25955221e15cb02e00f18991988bf870268"
[s390x]="e4eb1799ec52704f1467d89d7c033842c931d60158792b145e2106f1af9a25ac"
)

url="https://ftp.debian.org/debian/pool/main/c/cmake/cmake_${pkgver}-1_${CARCH}.deb"
hash="${sums[${CARCH}]}"

maintainer="Zahrun <[email protected]>"
repology=("project: ${gives}" "repo: debian_unstable")

0 comments on commit a2e7a79

Please sign in to comment.