Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d236c9eaf7
|
||
|
|
3c1a6f0793
|
||
|
|
16f84f9499
|
||
|
|
9deed030f0
|
||
|
|
69095e03c9
|
||
|
|
8138b2a3f0
|
||
|
|
308c7d1846
|
+6
-2
@@ -136,15 +136,19 @@ func (cache *cache) open() (err error) {
|
||||
var n, nc uint64
|
||||
for enter := range notify {
|
||||
if enter {
|
||||
n++
|
||||
nc++
|
||||
} else {
|
||||
nc--
|
||||
n++
|
||||
}
|
||||
|
||||
if nc == 0 {
|
||||
writeTitle(cache.msg, prefix[:len(prefix)-1])
|
||||
continue
|
||||
}
|
||||
writeTitle(cache.msg, prefix+
|
||||
"("+strconv.FormatUint(nc, 10)+
|
||||
" of "+strconv.FormatUint(n, 10)+")")
|
||||
" running, "+strconv.FormatUint(n, 10)+" complete)")
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
||||
@@ -20,11 +20,11 @@ package gcc {
|
||||
website = "https://www.gnu.org/software/gcc";
|
||||
anitya = 6502;
|
||||
|
||||
version# = "16.1.0";
|
||||
version# = "16.2.0";
|
||||
source = remoteTar {
|
||||
url = "https://ftp.tsukuba.wide.ad.jp/software/gcc/releases/"+
|
||||
"gcc-"+version+"/gcc-"+version+".tar.gz";
|
||||
checksum = "4ASoWbxaA2FW7PAB0zzHDPC5XnNhyaAyjtDPpGzceSLeYnEIXsNYZR3PA_Zu5P0K";
|
||||
checksum = "yWDNSrcKa6yA5ucD4G-a5nCN99yPA8cRlxKgQlaaT-jM4pWYR6e1EvI2qbjUqXWZ";
|
||||
compress = gzip;
|
||||
};
|
||||
patches = [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 6.18.42 Kernel Configuration
|
||||
# Linux/x86 6.18.43 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="clang version 22.1.8"
|
||||
CONFIG_GCC_VERSION=0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.18.42 Kernel Configuration
|
||||
# Linux/arm64 6.18.43 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="clang version 22.1.8"
|
||||
CONFIG_GCC_VERSION=0
|
||||
|
||||
@@ -3,11 +3,11 @@ package kernel-source {
|
||||
website = "https://kernel.org";
|
||||
exclude = true;
|
||||
|
||||
version# = "6.18.42";
|
||||
version# = "6.18.43";
|
||||
output = remoteTar {
|
||||
url = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
|
||||
"snapshot/linux-"+version+".tar.gz";
|
||||
checksum = "mh9iAMOo-bO970WApdufDcYImAOl3lAXKDHAZLdlX5jSTPZvP_arFFsQaaJKjy3H";
|
||||
checksum = "SthN8PgD7oze4syBC54KJoky7JUpAmXJO0Y98an1ZJiqGppnf6N3kmZiZZdvi9dd";
|
||||
compress = gzip;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/riscv 6.18.42 Kernel Configuration
|
||||
# Linux/riscv 6.18.43 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="clang version 22.1.8"
|
||||
CONFIG_GCC_VERSION=0
|
||||
|
||||
@@ -3,11 +3,11 @@ package lvm2 {
|
||||
website = "https://sourceware.org/lvm2";
|
||||
anitya = 5354;
|
||||
|
||||
version# = "2.03.41";
|
||||
version# = "2.03.42";
|
||||
source = remoteTar {
|
||||
url = "https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2."+version+".tgz";
|
||||
compress = gzip;
|
||||
checksum = "M3L0oaeEG-0FvL7gYoeLwWIm-RBtKa4-ojwezRqL8xqiyU_5N7uE2bvwTeVJ154z";
|
||||
checksum = "qzqVAeW9ttt_H5W0Wfg8twvZjFZH7x_RIzSjqYSooMsRpiXQ7yNdOL1MXY5Zntvi";
|
||||
};
|
||||
patches = [
|
||||
"fix-stdio-usage.patch",
|
||||
|
||||
@@ -3,11 +3,11 @@ package nspr {
|
||||
anitya = 7953;
|
||||
exclude = true;
|
||||
|
||||
version# = "4.39";
|
||||
version# = "4.40";
|
||||
output = remoteTar {
|
||||
url = "https://ftp.mozilla.org/pub/nspr/releases/v"+version+
|
||||
"/src/nspr-"+version+".tar.gz";
|
||||
checksum = "lgIlqiItMBCRTuz8griNqxtJzNBAoZU1020EVR94X2IiZpJ-NgLXouF7m1knNlDs";
|
||||
checksum = "ku6h1DpeUalAUz4suFlLNRgk3N7VEHh7noIECbYEz7C_3bwU13CiLHf35OutbYqN";
|
||||
compress = gzip;
|
||||
};
|
||||
}
|
||||
@@ -35,7 +35,7 @@ package nss {
|
||||
enterSource = true;
|
||||
writable = true;
|
||||
chmod = true;
|
||||
early = "\nln -s extra/nspr/nspr /usr/src/nspr\n";
|
||||
early = "\nln -s extra/nspr/nspr /usr/src/nspr\nchmod +w ../nspr/\n";
|
||||
|
||||
exec = make {
|
||||
omitDefaults = true;
|
||||
|
||||
@@ -3,11 +3,11 @@ package p11-kit {
|
||||
website = "https://p11-glue.freedesktop.org/p11-kit.html";
|
||||
anitya = 2582;
|
||||
|
||||
version# = "0.26.4";
|
||||
version# = "0.26.5";
|
||||
source = remoteGit {
|
||||
url = "https://github.com/p11-glue/p11-kit.git";
|
||||
tag = version;
|
||||
checksum = "iqkBuTqqBAc6suv7wY89DyceN1arWTn2QwaXVwKN_J_IqNyRGNKPLq9RAmkumYD7";
|
||||
checksum = "nOuOi2Il8J7Nf3UlHDx4DcZY4UVpWBgieIV3VmxOryj1jVIaiUU3bunE_L56m6eD";
|
||||
};
|
||||
|
||||
exec = meson {
|
||||
|
||||
@@ -194,11 +194,11 @@ package python-vcs-versioning {
|
||||
website = "https://setuptools-scm.readthedocs.io/en/latest";
|
||||
anitya = 389421;
|
||||
|
||||
version# = "2.2.3";
|
||||
version# = "2.2.4";
|
||||
source = remoteGitHub {
|
||||
suffix = "pypa/setuptools-scm";
|
||||
tag = "vcs-versioning-v"+version;
|
||||
checksum = "8nxxeo7Dh51dQo31w2m_pgZgcv4fqwsZyXGs0KHxm4MnfKZJtlXfsU0OoBRUJiuq";
|
||||
checksum = "HJ63LCMRd-KkXI1dWwBzK1AwkmjNZGISbhaJ7TbAlbI2eC55aX6i640n3Rt4RUMY";
|
||||
};
|
||||
|
||||
env = [
|
||||
|
||||
Reference in New Issue
Block a user